mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-06-08 13:48:48 +00:00
62 lines
1.4 KiB
YAML
62 lines
1.4 KiB
YAML
Categories:
|
|
- Money
|
|
License: MIT
|
|
AuthorName: Christian Flaßkamp
|
|
SourceCode: https://codeberg.org/epinez/Subz/
|
|
IssueTracker: https://codeberg.org/epinez/Subz/issues
|
|
Translation: https://hosted.weblate.org/projects/subz
|
|
Liberapay: epinez
|
|
|
|
AutoName: Subz
|
|
|
|
RepoType: git
|
|
Repo: https://codeberg.org/epinez/Subz.git
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: v1.0-fdroid-fix2
|
|
subdir: android/app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
commit: v1.1-fdroid
|
|
subdir: android/app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '1.2'
|
|
versionCode: 3
|
|
commit: v1.2-fdroid
|
|
subdir: android/app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '1.3'
|
|
versionCode: 4
|
|
commit: v1.3
|
|
subdir: android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.xz https://nodejs.org/dist/v16.2.0/node-v16.2.0-linux-x64.tar.xz
|
|
- echo "e134c8738761ab908aac3b62efa4865d8a7c73e40cc7758c6e99244921696216 node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf node.tar.xz
|
|
- cp -a node-v16.2.0-linux-x64/. /usr/local/
|
|
- npm install -g @ionic/cli
|
|
init:
|
|
- npm install
|
|
- ionic build --prod
|
|
- cd ../..
|
|
- npx cap sync
|
|
gradle:
|
|
- yes
|
|
scandelete:
|
|
- node_modules/
|
|
|
|
AutoUpdateMode: Version v%v
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.3'
|
|
CurrentVersionCode: 4
|