mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
New App: geddit.buzl.uk
This commit is contained in:
parent
498fe659bb
commit
d55a965026
1 changed files with 45 additions and 0 deletions
45
metadata/geddit.buzl.uk.yml
Normal file
45
metadata/geddit.buzl.uk.yml
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Internet
|
||||
- Multimedia
|
||||
License: GPL-3.0-only
|
||||
WebSite: https://kaangiray26.github.io/geddit-app
|
||||
SourceCode: https://github.com/kaangiray26/geddit-app
|
||||
IssueTracker: https://github.com/kaangiray26/geddit-app/issues
|
||||
Changelog: https://github.com/kaangiray26/geddit-app/releases
|
||||
|
||||
AutoName: Geddit
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/kaangiray26/geddit-app
|
||||
Binaries: https://github.com/kaangiray26/geddit-app/releases/download/v%v/Geddit_v%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: '1.5'
|
||||
versionCode: 5
|
||||
commit: v1.5
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.5.0/node-v20.5.0-linux-x64.tar.gz
|
||||
- echo "6799042a2970dcecdb71a91d392c53d954ec06d36155c7d11bf7c9a4983b60ea node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- cd ../..
|
||||
- npm install
|
||||
- npm run build
|
||||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
AllowedAPKSigningKeys: d5557a9da53ce67ee7f94d6988b2d31de2ad04be63703360373e381b282d4c73
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.5'
|
||||
CurrentVersionCode: 5
|
||||
Loading…
Reference in a new issue