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

24 lines
667 B
Bash
Raw Normal View History

# Maintainer: Celestia Ludenberg <ash8820@proton.me>
pkgname=antergos-next-memes
pkgver=1.0
pkgrel=1
pkgdesc="Antergos NeXT welcome audio"
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"
"its-raining-tacos.opus")
2026-06-18 18:06:23 +02:00
sha256sums=('SKIP'
'SKIP'
2026-06-18 18:06:23 +02:00
'SKIP')
package() {
install -dm755 "${pkgdir}/usr/share/antergos-next-memes"
cp "i-feel-fantastic.opus" "${pkgdir}/usr/share/antergos-next-memes/"
cp "still-alive.opus" "${pkgdir}/usr/share/antergos-next-memes/"
cp "its-raining-tacos.opus" "${pkgdir}/usr/share/antergos-next-memes/"
}