~dricottone/huttese-apk

ref: 82ab309f2c2c94074666ba87db541734f87927c4 huttese-apk/build.sh -rwxr-xr-x 122 bytes
82ab309fDominic Ricottone New build process 2 years ago
                                                                                
1
2
3
4
5
6
7
#!/bin/sh
cd "/var/huttese-pkgsrc/$1" || exit 1
sudo apk update
. APKBUILD
abuild checksum || exit 1
abuild -r || exit 1