1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
pkgname=rolldice-gorou pkgver=0.1.0 pkgrel=1 pkgdesc="CLI music player with true shuffle (roll the dice)" arch=("any") url="https://example.com/rolldice" license=("MIT") depends=("python" "mpv") source=("rolldice.py") sha256sums=("SKIP") package() { install -Dm755 rolldice.py "$pkgdir/usr/bin/rolldice" }