123456789101112131415161718192021 |
- pkgname=systemsounds-intothegnu-git
- pkgver=1.0.r0.gf0b4c6a
- pkgrel=2
- license=(CC0)
- groups=('intothegnu-config')
- arch=('any')
- depends=()
- source=(git+https://notabug.org/BezierQuadratic/SystemSounds.git)
- sha256sums=('SKIP')
- pkgver(){
- cd SystemSounds
- git describe --long --tags | sed 's/-/.r/;s/-/./'
- }
- package(){
- cd $srcdir/SystemSounds
- mkdir -p $pkgdir/usr/share/sounds/ITGC
- install -m 644 ./* $pkgdir/usr/share/sounds/ITGC
- }
|