mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
district: 1.2.10
This commit is contained in:
parent
888cda502c
commit
4b3db32d52
1 changed files with 37 additions and 0 deletions
37
metadata/com.in.my.district.yml
Normal file
37
metadata/com.in.my.district.yml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
Categories:
|
||||
- Internet
|
||||
License: GPL-3.0-only
|
||||
AuthorName: João Pimentel Ferreira
|
||||
WebSite: https://nomeubairro.app
|
||||
SourceCode: https://github.com/jfoclpf/in-my-district
|
||||
IssueTracker: https://github.com/jfoclpf/in-my-district/issues
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/jfoclpf/in-my-district.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.2.10
|
||||
versionCode: 10210
|
||||
commit: v1.2.10
|
||||
subdir: platforms/android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288
|
||||
- curl -Lo node.tar.xz https://nodejs.org/dist/v14.17.4/node-v14.17.4-linux-x64.tar.xz
|
||||
- echo "db18c54ebe01974d46198b08729249acbb0dcdc9aea82b53eec913f8c56035c6 node.tar.xz"
|
||||
| sha256sum -c -
|
||||
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
|
||||
- npm install -g cordova
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- cd ../../..
|
||||
- rm -rf platforms
|
||||
- cordova platform add android
|
||||
scandelete:
|
||||
- node_modules
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: package.json|"android-version-code":\s(\d+),|.|"version":\s"([\d.]+)",
|
||||
CurrentVersion: 1.2.10
|
||||
CurrentVersionCode: 10210
|
||||
Loading…
Reference in a new issue