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
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
-rw-r--r--games-rpg/dsa-stats/Manifest1
-rw-r--r--games-rpg/dsa-stats/dsa-stats-1.0.ebuild18
-rw-r--r--games-rpg/dsa-stats/metadata.xml16
3 files changed, 35 insertions, 0 deletions
diff --git a/games-rpg/dsa-stats/Manifest b/games-rpg/dsa-stats/Manifest
new file mode 100644
index 00000000..72f333b1
--- /dev/null
+++ b/games-rpg/dsa-stats/Manifest
@@ -0,0 +1 @@
+DIST dsa-stats-1.0.tar.gz 3780 SHA256 afa6ff9491a2f4cbfb28580ef1061f2495d98a1442334c5eb0d65117177fa856
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
+}
diff --git a/games-rpg/dsa-stats/metadata.xml b/games-rpg/dsa-stats/metadata.xml
new file mode 100644
index 00000000..765fddd9
--- /dev/null
+++ b/games-rpg/dsa-stats/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>martin@mvath.de</email>
+ <name>Martin Väth</name>
+ </maintainer>
+ <upstream>
+ <maintainer>
+ <email>martin@mvath.de</email>
+ <name>Martin Väth</name>
+ </maintainer>
+ <bugs-to>mailto:martin@mvath.de</bugs-to>
+ <remote-id type="github">vaeth/das-stats</remote-id>
+ </upstream>
+</pkgmetadata>