add melon patched
All checks were successful
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Successful in 9m58s
All checks were successful
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Successful in 9m58s
This commit is contained in:
parent
4595330ce7
commit
d988b6403f
3 changed files with 702 additions and 3 deletions
|
|
@ -45,9 +45,7 @@ jobs:
|
|||
# mv aports/community/hexagonrpcd srcpkgs/
|
||||
# mv aports/testing/gmic srcpkgs/
|
||||
# mv aports/testing/dissent srcpkgs/
|
||||
git clone --depth 1 https://codeberg.org/comcloudway/apkbuild-collection.git
|
||||
mv apkbuild-collection/testing/melon srcpkgs/
|
||||
ls -lah srcpkgs
|
||||
ls srcpkgs | tr ' ' '\n'
|
||||
mv srcpkgs /home/runner && chown -R runner:runner /home/runner/srcpkgs
|
||||
echo "/home/runner/packages/srcpkgs" >> /etc/apk/repositories
|
||||
su - runner -c 'export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"; cd srcpkgs; for i in $(ls ./ ); do cd $i && abuild -r -c; cd .. ; done'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue