diff --git a/metadata/com.mardous.booming.yml b/metadata/com.mardous.booming.yml new file mode 100644 index 0000000000..8980bf2a8a --- /dev/null +++ b/metadata/com.mardous.booming.yml @@ -0,0 +1,39 @@ +AntiFeatures: + NonFreeNet: + en-US: The app uses APIs from non-free services such as Spotify and Last.fm. +Categories: + - Multimedia +License: GPL-3.0-only +AuthorName: Christians Martínez A. +AuthorEmail: mardous.contact@gmail.com +SourceCode: https://github.com/mardous/BoomingMusic +IssueTracker: https://github.com/mardous/BoomingMusic/issues +Changelog: https://github.com/mardous/BoomingMusic/releases + +AutoName: Booming Music + +RepoType: git +Repo: https://github.com/mardous/BoomingMusic.git +Binaries: https://github.com/mardous/BoomingMusic/releases/download/v%v/BoomingMusic-%v-fdroid-release.apk + +Builds: + - versionName: 1.0.1 + versionCode: 1010300 + commit: 0a941b488435a43a65ae1ec7f45746c310c2e1a0 + subdir: app + sudo: + - echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list + - apt-get update + - apt-get install -y -t trixie openjdk-21-jdk-headless + - update-alternatives --auto java + gradle: + - fdroid + prebuild: sed -i -e '/gms/d' -e '/firebase/d' -e '/crashlytics/d' {.,..}/build.gradle.kts + +AllowedAPKSigningKeys: 971e4ea01b40120df023d00e72111325dcd802def7a1e5e5dbdd192f3c60d7d7 + +AutoUpdateMode: Version +UpdateCheckMode: Tags +UpdateCheckData: app/build.gradle.kts|versionCode\s=\s(\d+)||v(.*) +CurrentVersion: 1.0.1 +CurrentVersionCode: 1010300