APKBUILD examples:ACF

From Alpine Linux
Revision as of 22:32, 16 September 2023 by Sertonix (talk | contribs) (use cat template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ACF packages only needs a package() section.

Contents of APKBUILD

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