APKBUILD examples:ACF

From Alpine Linux

ACF packages only needs a package() section.

Contents of APKBUILD

... package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } ...