From eba5727916ec1f535343685856efaf31156ad67d Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Fri, 15 Feb 2019 23:03:59 +0100 Subject: [PATCH] New app: cone --- metadata/info.tangential.cone.yml | 36 +++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 metadata/info.tangential.cone.yml diff --git a/metadata/info.tangential.cone.yml b/metadata/info.tangential.cone.yml new file mode 100644 index 0000000000..65044bbbc5 --- /dev/null +++ b/metadata/info.tangential.cone.yml @@ -0,0 +1,36 @@ +Categories: + - Money +License: GPL-3.0-only +WebSite: https://github.com/bradyt/cone +IssueTracker: https://github.com/bradyt/cone/issues + +AutoName: cone +Summary: Data entry tool for the plain text accounting ledger format +Description: | + Whereas ledger-cli is the original ledger app, and hledger, beancount + and transity are a few of the number of ledger-likes, cone brings the + data entry aspect to your mobile phone. We hope to add features to show + balances, etc. + +RepoType: git +Repo: https://github.com/bradyt/cone + +Builds: + - versionName: 0.0.0 + versionCode: 1 + commit: v0.0.0 + output: build/app/outputs/apk/release/app-release.apk + srclibs: + - flutter@v1.2.1 + prebuild: + - echo 'android.applicationVariants.all { variant -> variant.outputs.all { output + -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle + - $$flutter$$/bin/flutter pub get + build: + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter build apk + +AutoUpdateMode: None +UpdateCheckMode: Tags +CurrentVersion: '1.0' +CurrentVersionCode: 1