mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 21:57:22 +00:00
Add Thud
This commit is contained in:
parent
e3eb47f127
commit
6cc406783e
1 changed files with 39 additions and 0 deletions
39
metadata/com.aerotoad.thud.yml
Normal file
39
metadata/com.aerotoad.thud.yml
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Reading
|
||||
License: AGPL-3.0-only
|
||||
AuthorName: Samuel Bazaga
|
||||
SourceCode: https://github.com/aerotoad/Thud
|
||||
IssueTracker: https://github.com/aerotoad/Thud/issues
|
||||
|
||||
AutoName: Thud
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/aerotoad/Thud.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.1.0
|
||||
versionCode: 5
|
||||
commit: 1.1.0
|
||||
subdir: android/app/
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- curl -Lo node.tar.gz https://nodejs.org/download/release/v18.12.1/node-v18.12.1-linux-x64.tar.gz
|
||||
- echo "a8fcacb8033504e6d704bdee821f7005ee3774db25c799bcf2a13b5bda7de172 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm install -g @ionic/cli
|
||||
init:
|
||||
- cd ../..
|
||||
- npm install --build-from-source
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: ionic cap sync
|
||||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.1.0
|
||||
CurrentVersionCode: 5
|
||||
Loading…
Reference in a new issue