1
0
dwelling-radio/build/archlinux/PKGBUILD

31 lines
695 B
Bash

# Maintainer: Alexander "Arav" Andreev <me@arav.top>
pkgname=dwelling-radio
pkgver=23.7.0
pkgrel=1
pkgdesc="Arav's dwelling / Radio"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://git.arav.top/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.top/Arav/dwelling-radio/archive/23.7.0.tar.gz')
noextract=()
md5sums=('SKIP')
build() {
cd "$srcdir/$pkgname"
make DESTDIR="$pkgdir/"
}
package() {
cd "$srcdir/$pkgname"
make DESTDIR="$pkgdir/" install
}