APKBUILD examples:ACF

From Alpine Linux
Revision as of 09:28, 9 February 2022 by Jwatt (talk | contribs) (Link directly to target page rather than going through redirect)

ACF packages only needs a package() section.

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