How can I make a new apk package. such as golang1.9.2?
#1
Wed, 2017-11-22 09:50
deanchina
-
- Offline
- 3 months 3 weeks ago
- 2017-11-22
I like alpine linux, because it is very powerfull.
when I am using docker, I offten first try to use alpine.
But alpine linux is so small, so I want build some apk package for myself.
How can I get the infomation for building apk package.
Thanks.
Alpine uses a simple script (called an APKBUILD) to build packages, the wiki has more details:
https://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package
The format is very similar to Arch's PKGBUILD so they can be used as a reference.