mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
New app net.artificialworlds.boxstacker
This commit is contained in:
parent
463c5f2cb1
commit
127c2c78be
1 changed files with 45 additions and 0 deletions
45
metadata/net.artificialworlds.boxstacker.yml
Normal file
45
metadata/net.artificialworlds.boxstacker.yml
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: AGPL-3.0-or-later
|
||||
AuthorName: Andy Balaam
|
||||
WebSite: https://box-stacker.artificialworlds.net/info
|
||||
SourceCode: https://gitlab.com/box-stacker/box-stacker-mobile
|
||||
IssueTracker: https://gitlab.com/box-stacker/box-stacker-mobile/-/issues
|
||||
Donate: https://smolpxl.artificialworlds.net/donate.html
|
||||
Liberapay: '1738613'
|
||||
|
||||
AutoName: Box Stacker
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/box-stacker/box-stacker-mobile.git
|
||||
Binaries: https://box-stacker.artificialworlds.net/builds/android/box-stacker-%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.5.8-0
|
||||
versionCode: 1050800
|
||||
commit: 1.5.8-0
|
||||
subdir: cordova
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.17.6/node-v14.17.6-linux-x64.tar.gz
|
||||
- echo "19e376214450e93e58687198070b4ab46e42357032ec65f23a7e35b0e86ad6e2 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- rm node.tar.gz
|
||||
- npm install -g npm@latest
|
||||
- npm install -g cordova
|
||||
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
prebuild:
|
||||
- sdkmanager 'platforms;android-33' 'build-tools;33.0.2'
|
||||
- cordova platform add android
|
||||
scandelete:
|
||||
- cordova/node_modules/cordova-android/framework/cordova-publish.gradle
|
||||
build: cordova build android --release -- --packageType=apk
|
||||
|
||||
AllowedAPKSigningKeys: f79e14acebf2bf19f843f12522a0d363f39942e8a7f8951d576aae1662766c81
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: cordova/config.xml|android-versionCode="(\d+)"|.|version="([-\d.]+)"
|
||||
CurrentVersion: 1.5.8-0
|
||||
CurrentVersionCode: 1050800
|
||||
Loading…
Reference in a new issue