~dricottone/huttese-apk

ref: c845640feeb9ed31a415919b2a73780f8f855bb5 huttese-apk/build.sh -rwxr-xr-x 122 bytes
c845640fDominic Ricottone Cleanup 1 year, 7 months 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