APKBUILD examples:ACF

From Alpine Linux
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

ACF packages only needs a package() section.

Contents of APKBUILD

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