52 lines
1.6 KiB
Plaintext
52 lines
1.6 KiB
Plaintext
Categories:Games,Science & Education
|
|
License:GPL-3.0+
|
|
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
|
|
|
|
Build:1.2,1002000
|
|
commit=v1.2
|
|
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
|
|
Current Version:1.2
|
|
Current Version Code:1002000
|