mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
45 lines
1.2 KiB
YAML
45 lines
1.2 KiB
YAML
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
|