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

18 lines
420 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=()
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/"
}