# Maintainer: Jesus E. pkgname=soundbraid pkgver=20231219 pkgrel=1 pkgdesc="A simple mixer for sndio" arch=('any') url='https://codeberg.org/JWMKit/soundbraid' license=('GPL-2') depends=('gtk' 'python-pygobject' 'sndio') source=("${pkgname}-${pkgver}.tar.gz::https://codeberg.org/JWMKit/soundbraid/archive/${pkgver}.tar.gz") sha512sums=('2ee32151a1d0411ddea9587dfb88575c8cce2e0eb2389fae846a2724faf29735681d89b26e0b03c4ef7cba408876fb6a860fb66f938844e3055fe30a34c92bcb') package() { # copy files to the package structure install -Dm755 ./soundbraid/PYTHON/soundbraidl -t $pkgdir/usr/bin/ install -Dm644 ./soundbraid/freedesktop/soundbraidl.desktop -t $pkgdir/usr/share/applications/ install -Dm644 ./soundbraid/man1/soundbraidl.1 -t $pkgdir/usr/share/man/man1/ install -Dm644 ./soundbraid/icons/soundbraidl.svg -t $pkgdir/usr/share/pixmaps/ install -Dm644 ./soundbraid/doc/* -t $pkgdir/usr/share/licenses/${pkgname} }