From 4e19286d1fc9c0d8cf3d2952801c290f9c744e1e Mon Sep 17 00:00:00 2001 From: Bill Farmer Date: Sat, 30 Oct 2021 08:45:30 +0000 Subject: [PATCH] Add Specie app metadata (New currency app) --- metadata/org.billthefarmer.specie.yml | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 metadata/org.billthefarmer.specie.yml diff --git a/metadata/org.billthefarmer.specie.yml b/metadata/org.billthefarmer.specie.yml new file mode 100644 index 0000000000..e5b3af47e5 --- /dev/null +++ b/metadata/org.billthefarmer.specie.yml @@ -0,0 +1,32 @@ +AntiFeatures: + - NonFreeNet +Categories: + - Money +License: GPL-3.0-only +AuthorName: Bill Farmer +AuthorWebSite: https://billthefarmer.github.io/ +WebSite: https://billthefarmer.github.io/specie/ +SourceCode: https://github.com/billthefarmer/specie +IssueTracker: https://github.com/billthefarmer/specie/issues +Changelog: https://github.com/billthefarmer/specie/releases + +AutoName: Specie + +RepoType: git +Repo: https://github.com/billthefarmer/specie + +Builds: + - versionName: '1.0' + versionCode: 1 + commit: v1.0 + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: '1.0' +CurrentVersionCode: 1