mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 11:36:37 +00:00
New App: Udderance AAC
This commit is contained in:
parent
ab4c65bd76
commit
a9d696f1f1
2 changed files with 47 additions and 0 deletions
45
metadata/app.udderance.yml
Normal file
45
metadata/app.udderance.yml
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
AntiFeatures:
|
||||
NonFreeAssets:
|
||||
en-US: Some assets are CC BY-NC-SA 3.0
|
||||
Categories:
|
||||
- Sports & Health
|
||||
License: AGPL-3.0-or-later
|
||||
AuthorName: Divested Computing Group
|
||||
AuthorWebSite: https://udderance.app
|
||||
SourceCode: https://github.com/divestedcg/udderance-android-wrapper
|
||||
IssueTracker: https://github.com/divestedcg/udderance-android-wrapper/issues
|
||||
Donate: https://divested.dev/donate
|
||||
Liberapay: Tad
|
||||
Bitcoin: bc1qhg4aqhtynd4mgr8yw7e5220a0cfaqca9ed2sr6
|
||||
|
||||
AutoName: Udderance AAC
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/divestedcg/udderance-android-wrapper.git
|
||||
|
||||
Builds:
|
||||
- versionName: '202506270'
|
||||
versionCode: 202506270
|
||||
commit: ee1e2ab79a80392fc4333b8ad9574041552b656f
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y php openssl wget lbzip2
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- udderance@master
|
||||
prebuild: git -C $$udderance$$ checkout -f $$VERCODE$$
|
||||
build:
|
||||
- pushd $$udderance$$
|
||||
- bash prepare-mulberry.sh
|
||||
- bash generate.sh
|
||||
- bash package-android.sh
|
||||
- popd
|
||||
- mkdir -v src/main/assets
|
||||
- mv -v $$udderance$$/output-android/* src/main/assets/
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '202506270'
|
||||
CurrentVersionCode: 202506270
|
||||
2
srclibs/udderance.yml
Normal file
2
srclibs/udderance.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
RepoType: git
|
||||
Repo: https://github.com/divestedcg/udderance.git
|
||||
Loading…
Reference in a new issue