summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2016-09-21 20:16:30 +0200
committerMartin Väth <martin@mvath.de>2016-09-21 20:16:30 +0200
commitf9d5637b8006a71623c4e39ed9e9d47d657b96c9 (patch)
treeec8467eebad4097bfbe1cca7cdc98c0f5569491b /games-rpg/dsa-stats/dsa-stats-1.0.ebuild
parentdev-vcs/git-wrappers-mv: Version bump (diff)
downloadmv-f9d5637b8006a71623c4e39ed9e9d47d657b96c9.tar.gz
mv-f9d5637b8006a71623c4e39ed9e9d47d657b96c9.tar.bz2
mv-f9d5637b8006a71623c4e39ed9e9d47d657b96c9.zip
games-rpg/dsa-stats: New ebuild
Diffstat (limited to 'games-rpg/dsa-stats/dsa-stats-1.0.ebuild')
-rw-r--r--games-rpg/dsa-stats/dsa-stats-1.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/games-rpg/dsa-stats/dsa-stats-1.0.ebuild b/games-rpg/dsa-stats/dsa-stats-1.0.ebuild
new file mode 100644
index 00000000..c52822c2
--- /dev/null
+++ b/games-rpg/dsa-stats/dsa-stats-1.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+RESTRICT="mirror"
+
+DESCRIPTION="calculate stat probabalities for the role playing game DSA - Das schwarze Auge"
+HOMEPAGE="https://github.com/vaeth/dsa-stats/"
+SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_install() {
+ dodoc README
+ dobin dsa
+}