APKBUILD examples:ACF: Difference between revisions
m (Reverted edits by RuthHughes (talk) to last revision by Dubiousjim) |
(Link directly to target page rather than going through redirect) |
||
Line 1: | Line 1: | ||
[[ACF]] packages only needs a package() section. | [[Alpine Configuration Framework Design|ACF]] packages only needs a package() section. | ||
<pre> | <pre> |
Revision as of 09:28, 9 February 2022
ACF packages only needs a package() section.
package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install }