From 840293cf7f48b85548ee8d247a5179c1c47dfaac Mon Sep 17 00:00:00 2001 From: "@everyone" Date: Fri, 19 Aug 2022 02:26:51 +0000 Subject: [PATCH] New app: Flask, a mobile app for the CSH's vending machines --- metadata/edu.rit.csh.devin.yml | 44 ++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 metadata/edu.rit.csh.devin.yml diff --git a/metadata/edu.rit.csh.devin.yml b/metadata/edu.rit.csh.devin.yml new file mode 100644 index 0000000000..dc39fbe37d --- /dev/null +++ b/metadata/edu.rit.csh.devin.yml @@ -0,0 +1,44 @@ +Categories: + - Sports & Health +License: MIT +AuthorName: Mary Strodl +AuthorEmail: mstrodl@csh.rit.edu +AuthorWebSite: https://mstrodl.com/ +WebSite: https://mstrodl.com/projects/flask +SourceCode: https://github.com/ComputerScienceHouse/devin +IssueTracker: https://github.com/ComputerScienceHouse/devin/issues +Donate: https://www.rit.edu/giving/ComputerScienceHouse + +AutoName: Flask +Summary: Purchase items from CSH's vending machines +Description: |- + Flask lets you drop items from the vending machines on floor at Computer Science House! + + Flask can be used to check item availability / stock, prices, and of course make + purchases from the comfort of your smartphone. + +RepoType: git +Repo: https://github.com/ComputerScienceHouse/devin.git + +Builds: + - versionName: 1.0.1 + versionCode: 2 + commit: 109b88659b4259264d6175531e419154a92c46d7 + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + output: build/app/outputs/flutter-apk/app-release.apk + srclibs: + - flutter@3.0.5 + rm: + - ios + build: + - $$flutter$$/bin/flutter packages pub get + - $$flutter$$/bin/flutter build apk + +AutoUpdateMode: Version +UpdateCheckMode: Tags +UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ +CurrentVersion: 1.0.1 +CurrentVersionCode: 2