fixed APKBUILD

This commit is contained in:
Paolo Asperti 2018-02-18 13:44:24 +01:00
parent acc8ffd1d8
commit efb659f5b2
1 changed files with 2 additions and 1 deletions

View File

@ -7,11 +7,12 @@ pkgdesc="OpenPDU project - main binary"
url="https://github.com/openpdu/openpdu" url="https://github.com/openpdu/openpdu"
arch="noarch" arch="noarch"
license="GPL2" license="GPL2"
depends="python, py-argh, apk-cron" depends="python py-argh apk-cron"
makedepends="" makedepends=""
install="openpdu.post-install" install="openpdu.post-install"
subpackages="" subpackages=""
source="" source=""
options="!check"
build() { build() {
: :