1
0
dwelling-radio/build/archlinux/PKGBUILD

31 lines
697 B
Bash
Raw Normal View History

2022-03-08 01:17:24 +04:00
# Maintainer: Alexander "Arav" Andreev <me@arav.top>
pkgname=dwelling-radio
2022-08-31 00:47:44 +04:00
pkgver=22.35.1
2022-03-08 01:17:24 +04:00
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')
2022-03-09 23:11:32 +04:00
groups=()
depends=()
makedepends=('go')
2022-03-30 18:50:12 +04:00
provides=('dwelling-radio')
conflicts=('dwelling-radio')
2022-03-09 23:11:32 +04:00
replaces=()
backup=('etc/dwelling/radio.yaml' 'etc/dwelling/radio.vars.liq')
2022-03-09 23:11:32 +04:00
options=()
install=
2022-08-31 00:47:44 +04:00
source=('https://git.arav.top/Arav/dwelling-radio/archive/22.35.1.tar.gz')
2022-03-09 23:11:32 +04:00
noextract=()
2022-03-08 01:17:24 +04:00
md5sums=('SKIP')
build() {
cd "$srcdir/$pkgname"
make DESTDIR="$pkgdir/"
}
package() {
cd "$srcdir/$pkgname"
make DESTDIR="$pkgdir/" install
2022-03-30 18:50:12 +04:00
}