PKGBUILD updated.
This commit is contained in:
parent
66be1c0e97
commit
b2dc913e27
@ -9,8 +9,8 @@ license=('MIT')
|
|||||||
groups=()
|
groups=()
|
||||||
depends=()
|
depends=()
|
||||||
makedepends=('git' 'go')
|
makedepends=('git' 'go')
|
||||||
provides=("$pkgname")
|
provides=('dwelling-radio')
|
||||||
conflicts=("$pkgname")
|
conflicts=('dwelling-radio')
|
||||||
replaces=()
|
replaces=()
|
||||||
backup=('etc/dwelling/radio.yaml')
|
backup=('etc/dwelling/radio.yaml')
|
||||||
options=()
|
options=()
|
||||||
@ -27,4 +27,4 @@ build() {
|
|||||||
package() {
|
package() {
|
||||||
cd "$srcdir/$pkgname"
|
cd "$srcdir/$pkgname"
|
||||||
make DESTDIR="$pkgdir/" install
|
make DESTDIR="$pkgdir/" install
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user