Add mandatory build() to AKPBUILD

This commit is contained in:
Disassembler 2019-02-15 16:30:33 +01:00
parent 56b94ef27b
commit 166e5b2ece
No known key found for this signature in database
GPG Key ID: 524BD33A0EE29499

View File

@ -10,6 +10,10 @@ license="GPL"
depends="python3 py3-bcrypt py3-cffi py3-cryptography py3-dnspython py3-jinja2 py3-requests py3-six py3-werkzeug"
options="!check !strip"
build() {
return 0
}
package() {
mkdir -p ${pkgdir}
cp -rp etc ${pkgdir}