1
0
dwelling-radio/build/archlinux/PKGBUILD

31 lines
726 B
Bash

# Maintainer: Alexander "Arav" Andreev <me@arav.top>
pkgname=dwelling-radio
pkgver=22.35.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=('git' 'go')
provides=('dwelling-radio')
conflicts=('dwelling-radio')
replaces=()
backup=('etc/dwelling/radio.yaml' 'etc/dwelling/radio.vars.liq')
options=()
install=dwelling-radio.install
source=('dwelling-radio::git+https://git.arav.top/Arav/dwelling-radio.git')
noextract=()
md5sums=('SKIP')
build() {
cd "$srcdir/$pkgname"
make DESTDIR="$pkgdir/"
}
package() {
cd "$srcdir/$pkgname"
make DESTDIR="$pkgdir/" install
}