# Maintainer: Alexander "Arav" Andreev pkgname=dwelling-radio pkgver=23.8.0 pkgrel=1 pkgdesc="Arav's dwelling / Radio" arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') url="https://git.arav.su/Arav/dwelling-radio" license=('MIT') groups=() depends=() makedepends=('go') provides=('dwelling-radio') conflicts=('dwelling-radio') replaces=() backup=('etc/dwelling/radio.yaml' 'etc/dwelling/radio.vars.liq') options=() install= source=('https://git.arav.su/Arav/dwelling-radio/archive/23.8.0.tar.gz') noextract=() md5sums=('SKIP') build() { cd "$srcdir/$pkgname" if [ ! -f "$(go env GOPATH)/bin/jade" ]; then make DESTDIR="$pkgdir/" install-jade fi make DESTDIR="$pkgdir/" } package() { cd "$srcdir/$pkgname" make DESTDIR="$pkgdir/" install }