New App: Udderance AAC

This commit is contained in:
IratePorcupine 2025-07-03 12:38:46 +00:00 committed by Licaon_Kter
parent ab4c65bd76
commit a9d696f1f1
2 changed files with 47 additions and 0 deletions

View 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
View file

@ -0,0 +1,2 @@
RepoType: git
Repo: https://github.com/divestedcg/udderance.git