1
0

PKGBUILD updated.

This commit is contained in:
Alexander Andreev 2022-03-30 18:50:12 +04:00
parent 66be1c0e97
commit b2dc913e27
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F

View File

@ -9,8 +9,8 @@ license=('MIT')
groups=()
depends=()
makedepends=('git' 'go')
provides=("$pkgname")
conflicts=("$pkgname")
provides=('dwelling-radio')
conflicts=('dwelling-radio')
replaces=()
backup=('etc/dwelling/radio.yaml')
options=()
@ -27,4 +27,4 @@ build() {
package() {
cd "$srcdir/$pkgname"
make DESTDIR="$pkgdir/" install
}
}