diff --git a/metadata/app.udderance.yml b/metadata/app.udderance.yml new file mode 100644 index 0000000000..a1f8495634 --- /dev/null +++ b/metadata/app.udderance.yml @@ -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 diff --git a/srclibs/udderance.yml b/srclibs/udderance.yml new file mode 100644 index 0000000000..8b2dfc1b67 --- /dev/null +++ b/srclibs/udderance.yml @@ -0,0 +1,2 @@ +RepoType: git +Repo: https://github.com/divestedcg/udderance.git