Merge branch 'master' into 'master'
Added Wa-Tor (com.dirkgassen.wator) See merge request !1370
This commit is contained in:
commit
c639c9136d
43
metadata/com.dirkgassen.wator.txt
Normal file
43
metadata/com.dirkgassen.wator.txt
Normal file
|
@ -0,0 +1,43 @@
|
|||
Categories:Games,Science & Education
|
||||
License:GPLv3+
|
||||
Web Site:http://www.dirkgassen.com/projects/wator
|
||||
Source Code:https://github.com/aperifons/Wa-Tor
|
||||
Issue Tracker:https://github.com/aperifons/Wa-Tor/issues
|
||||
|
||||
Auto Name:Wa-Tor
|
||||
Summary:A simple population dynamics simulator
|
||||
Description:
|
||||
Wa-Tor simulates a torus (or donut shaped) world with two species: shark and
|
||||
fish. The fish happily reproduce while the shark need to eat fish to survive.
|
||||
|
||||
Wa-Tor was devised by Alexander Keewatin Dewdney and originally presented in the
|
||||
December 1984 issue of Scientific American.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/aperifons/Wa-Tor
|
||||
|
||||
Build:1.1,1001000
|
||||
commit=v1.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -e 's/git.status().isClean()/true/' build.gradle -i
|
||||
|
||||
Maintainer Notes:
|
||||
The project automatically calculates the version code from the
|
||||
last tag (see "git describe --tags --dirty"). The tag format
|
||||
is "v<major>.<minor>". The generated version code is calculated as:
|
||||
(major * 1000 + minor) * 1000 + addlCommits * 2 + dirty
|
||||
where "addlCommits" is the number of commits since the tag.
|
||||
"dirty" is 1 if there are uncommitted changes.
|
||||
|
||||
Since fdroid patches the build.gradle file "dirty" would always
|
||||
be 1 (not desired), so the prebuild command patches the
|
||||
build.gradle file to ignore the "dirty" status.
|
||||
|
||||
The "preBuild" task should output the versionCode and
|
||||
versionName.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
Loading…
Reference in a new issue