Files
euri-packages/packages/antergos-next-memes/PKGBUILD
T

21 lines
525 B
Bash
Raw Normal View History

# 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=()
2026-06-18 18:06:23 +02:00
source=("i-feel-fantastic.opus"
"still-alive.opus")
sha256sums=('SKIP'
'SKIP')
package() {
install -dm755 "${pkgdir}/usr/share/cnchi-memes"
cp "i-feel-fantastic.opus" "${pkgdir}/usr/share/cnchi-memes/"
2026-06-18 18:06:23 +02:00
cp "still-alive.opus" "${pkgdir}/usr/share/cnchi-memes/"
}