forked from OpenPDU/openpdu
gitflow-feature-stash: daemon
This commit is contained in:
5
APKBUILD
5
APKBUILD
@@ -1,13 +1,13 @@
|
||||
# Contributor: Paolo Asperti <paolo@asperti.com>
|
||||
# Maintainer: Paolo Asperti <paolo@asperti.com>
|
||||
pkgname=openpdu
|
||||
pkgver=0.1.2
|
||||
pkgver=0.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="OpenPDU project - main binary"
|
||||
url="https://github.com/openpdu/openpdu"
|
||||
arch="noarch"
|
||||
license="GPL2"
|
||||
depends="python py-argh apk-cron i2c-tools"
|
||||
depends="python py-argh apk-cron py-bottle i2c-tools"
|
||||
makedepends=""
|
||||
install="openpdu.post-install"
|
||||
subpackages=""
|
||||
@@ -25,4 +25,5 @@ package() {
|
||||
install -Dm755 etc/local.d/openpdu.start "$pkgdir"/etc/local.d/openpdu.start
|
||||
|
||||
install -Dm755 openpdu "$pkgdir"/usr/bin/openpdu
|
||||
install -Dm755 openpdud "$pkgdir"/usr/bin/openpdud
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user