add antergos-next-memes: installer audio files

This commit is contained in:
2026-06-18 18:00:25 +02:00
parent 416b85b95a
commit fde0a8c107
2 changed files with 17 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Maintainer: Celestia Ludenberg <ash8820@proton.me>
pkgname=antergos-next-memes
pkgver=1.0
pkgrel=1
pkgdesc="Cnchi installer audio enhancements"
arch=('any')
url="https://github.com/Antergos-NeXT"
license=('custom:fairuse')
depends=()
source=("i-feel-fantastic.opus")
sha256sums=('SKIP')
package() {
install -dm755 "${pkgdir}/usr/share/cnchi-memes"
cp "i-feel-fantastic.opus" "${pkgdir}/usr/share/cnchi-memes/"
}
Binary file not shown.