How can I make a new apk package. such as golang1.9.2?

2 posts / 0 new
Last post
#1 Wed, 2017-11-22 09:50
deanchina
  • deanchina's picture
  • Offline
  • Last seen: 3 months 3 weeks ago
  • Joined: 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.

Wed, 2017-11-22 18:47
Head_on_a_Stick
  • Head_on_a_Stick's picture
  • Offline
  • Last seen: 1 week 1 day ago
  • Joined: 2016-05-01

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.

Log in or register to post comments