openpdu-libs/APKBUILD

27 lines
475 B
Plaintext

# Contributor: Paolo Asperti <paolo@asperti.com>
# Maintainer: Paolo Asperti <paolo@asperti.com>
pkgname=openpdu-libs
pkgver=0.2.0
pkgrel=1
pkgdesc="OpenPDU project - misc python libraries"
url="https://git.asperti.com/OpenPDU/openpdu-libs"
arch="noarch"
license="GPL2"
depends="python"
makedepends=""
subpackages=""
source=""
options="!check"
build() {
:
}
package() {
mkdir -p "$pkgdir"
# create directory tree
install -Dd usr "$pkgdir"/usr
cp -r usr "$pkgdir"/
}