1
0
dwelling-radio/build/archlinux/PKGBUILD

31 lines
682 B
Bash

# Maintainer: Alexander "Arav" Andreev <me@arav.top>
pkgname=dwelling-radio-git
pkgver=22.31.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')
options=()
install=
source=('dwelling-radio-git::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
}