rewrite yml: fr.pssoftware.scoretarot

This commit is contained in:
Michael Pöhn 2019-07-11 23:43:47 +02:00
parent 01b880471a
commit 7a292d6262
2 changed files with 62 additions and 47 deletions

View file

@ -1,47 +0,0 @@
Categories:Games
License:GPL-3.0-only
Web Site:http://scoretarot.tuxfamily.org
Source Code:http://git.tuxfamily.org/?p=scoretarot/git.git
Issue Tracker:
Donate:http://scoretarot.tuxfamily.org
Auto Name:Score Tarot
Summary:Count points for Tarot games
Description:
Helps to keep track of points within a Tarot game with 3 - 6 players.
.
Repo Type:git
Repo:git://git.tuxfamily.org/gitroot/scoretarot/git.git
Build:1.4,14
commit=f6882e76fa04fc2a897d7fcab4981dd1559df19c
srclibs=1:ActionBarSherlock@4.4.0,AChartengineXlythe@0b27908f012ba17360977f8b87c64e755948302c
rm=libs/*
extlibs=android/android-support-v4.jar
prebuild=cp -fR $$AChartengineXlythe$$/src/org src/ && \
cp -fR libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
Build:2.0,20
commit=20
subdir=app
gradle=yes
srclibs=AChartengineXlythe@0b27908f012ba17360977f8b87c64e755948302c
rm=app/libs/*
prebuild=cp -fR $$AChartengineXlythe$$/src/org src/main/java/ && \
sed -i -e '/achartengine/d' build.gradle
Build:2.8,28
disable=play-services
commit=v28
subdir=app
gradle=yes
srclibs=AChartengineXlythe@0b27908f012ba17360977f8b87c64e755948302c
rm=app/libs/*
prebuild=cp -fR $$AChartengineXlythe$$/src/org src/main/java/ && \
sed -i -e '/achartengine/d' build.gradle
Auto Update Mode:None
Update Check Mode:Tags
Current Version:2.8
Current Version Code:28

View file

@ -0,0 +1,62 @@
Categories:
- Games
License: GPL-3.0-only
WebSite: http://scoretarot.tuxfamily.org
SourceCode: http://git.tuxfamily.org/?p=scoretarot/git.git
Donate: http://scoretarot.tuxfamily.org
AutoName: Score Tarot
Summary: Count points for Tarot games
Description: Helps to keep track of points within a Tarot game with 3 - 6 players.
RepoType: git
Repo: git://git.tuxfamily.org/gitroot/scoretarot/git.git
Builds:
- versionName: '1.4'
versionCode: 14
commit: f6882e76fa04fc2a897d7fcab4981dd1559df19c
srclibs:
- 1:ActionBarSherlock@4.4.0
- AChartengineXlythe@0b27908f012ba17360977f8b87c64e755948302c
rm:
- libs/*
extlibs:
- android/android-support-v4.jar
prebuild:
- cp -fR $$AChartengineXlythe$$/src/org src/
- cp -fR libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
- versionName: '2.0'
versionCode: 20
commit: '20'
subdir: app
gradle:
- yes
srclibs:
- AChartengineXlythe@0b27908f012ba17360977f8b87c64e755948302c
rm:
- app/libs/*
prebuild:
- cp -fR $$AChartengineXlythe$$/src/org src/main/java/
- sed -i -e '/achartengine/d' build.gradle
- versionName: '2.8'
versionCode: 28
disable: play-services
commit: v28
subdir: app
gradle:
- yes
srclibs:
- AChartengineXlythe@0b27908f012ba17360977f8b87c64e755948302c
rm:
- app/libs/*
prebuild:
- cp -fR $$AChartengineXlythe$$/src/org src/main/java/
- sed -i -e '/achartengine/d' build.gradle
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: '2.8'
CurrentVersionCode: 28