mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
fix dev.obfusk.sokobang
This commit is contained in:
parent
03cf32ee81
commit
0aa2afd1fe
1 changed files with 2 additions and 6 deletions
|
|
@ -165,7 +165,7 @@ Builds:
|
|||
- printf '39aea82cd958e60ffed8f8dd9bacdce4f1fd22a2e0c97b25b348f56309dd671533109e0e39aa5ca6d0fff36dc653fb5ff270773d2ee94d6b2fab7905bd2c85a9 tools.zip\n'
|
||||
| sha512sum -c
|
||||
- unzip -q tools.zip
|
||||
- ( [ -z "$CI_JOB_ID" ] || chown -R vagrant . )
|
||||
- chown -R vagrant .
|
||||
output: bin/sokobang-$$VERSION$$-armeabi-v7a-release-unsigned.apk
|
||||
srclibs:
|
||||
- cpython@v3.9.6
|
||||
|
|
@ -179,8 +179,6 @@ Builds:
|
|||
- sed -r "s:#?android.ndk_path =.*:android.ndk_path = $$NDK$$:" -i buildozer.spec
|
||||
- sed -r "s:#?p4a.source_dir =.*:p4a.source_dir = $$python-for-android$$:" -i
|
||||
buildozer.spec
|
||||
- ( [ -z "$CI_JOB_ID" ] || sed -r 's:warn_on_root = 1:warn_on_root = 0:' -i
|
||||
buildozer.spec )
|
||||
- make _android_setup_user BUILDOZER="$$buildozer$$"
|
||||
build:
|
||||
- export PATH=/usr/local/bin:/bin:/usr/bin
|
||||
|
|
@ -228,7 +226,7 @@ Builds:
|
|||
- printf '39aea82cd958e60ffed8f8dd9bacdce4f1fd22a2e0c97b25b348f56309dd671533109e0e39aa5ca6d0fff36dc653fb5ff270773d2ee94d6b2fab7905bd2c85a9 tools.zip\n'
|
||||
| sha512sum -c
|
||||
- unzip -q tools.zip
|
||||
- ( [ -z "$CI_JOB_ID" ] || chown -R vagrant . )
|
||||
- chown -R vagrant .
|
||||
output: bin/sokobang-$$VERSION$$-arm64-v8a-release-unsigned.apk
|
||||
srclibs:
|
||||
- cpython@v3.9.6
|
||||
|
|
@ -242,8 +240,6 @@ Builds:
|
|||
- sed -r "s:#?android.ndk_path =.*:android.ndk_path = $$NDK$$:" -i buildozer.spec
|
||||
- sed -r "s:#?p4a.source_dir =.*:p4a.source_dir = $$python-for-android$$:" -i
|
||||
buildozer.spec
|
||||
- ( [ -z "$CI_JOB_ID" ] || sed -r 's:warn_on_root = 1:warn_on_root = 0:' -i
|
||||
buildozer.spec )
|
||||
- make _android_setup_user BUILDOZER="$$buildozer$$"
|
||||
build:
|
||||
- export PATH=/usr/local/bin:/bin:/usr/bin
|
||||
|
|
|
|||
Loading…
Reference in a new issue