~dricottone/container-images

ref: 88ddaa4f1f480923e14f662bab30cacff277ba40 container-images/apkbuilder/build.sh -rwxr-xr-x 119 bytes
88ddaa4fDominic Ricottone WIP: debbuilder 7 months ago
                                                                                
1
2
3
4
5
6
7
8
#!/bin/sh
cd src/$1 || exit 1
sudo apk update
. APKBUILD
abuild checksum || exit 1
ulimit -n 1024
abuild -r || exit 1