commit:     bc31bb0636fd4d5705a817bcefb9dd1411d1e151
Author:     brian gloyer <brian.gloyer <AT> gmail <DOT> com>
AuthorDate: Tue Jun 16 03:44:52 2020 +0000
Commit:     Brian Gloyer <brian.gloyer <AT> gmail <DOT> com>
CommitDate: Tue Jun 16 04:15:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc31bb06

games-action/netrek-cow: new package

Signed-off-by: brian gloyer <brian.gloyer <AT> gmail.com>
Package-Manager: Portage-2.3.99, Repoman-2.3.22

 games-action/netrek-cow/Manifest                |  1 +
 games-action/netrek-cow/metadata.xml            | 16 +++++++++++
 games-action/netrek-cow/netrek-cow-3.3.2.ebuild | 37 +++++++++++++++++++++++++
 3 files changed, 54 insertions(+)

diff --git a/games-action/netrek-cow/Manifest b/games-action/netrek-cow/Manifest
new file mode 100644
index 0000000..7da0403
--- /dev/null
+++ b/games-action/netrek-cow/Manifest
@@ -0,0 +1 @@
+DIST netrek-cow-3.3.2.tar.gz 2630673 BLAKE2B 
1a54b58d112f0893275b57967573ce308e69b99e42a660670f3a5fc7f15f2dc110f2008e496282a58da181252a196feb8218a87f52db16444f1f50cef2a6809f
 SHA512 
9a0ab78ed86d174f52d35d30a409efd985bd2d39062a993c3790f36ade1fa0a9b95b9d914f5c1fa57497f281e88ece0f6bc86abc962bd87ff44f68c1416f07f0

diff --git a/games-action/netrek-cow/metadata.xml 
b/games-action/netrek-cow/metadata.xml
new file mode 100644
index 0000000..bf36b05
--- /dev/null
+++ b/games-action/netrek-cow/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>[email protected]</email>
+    <name>brian gloyer</name>
+  </maintainer>
+  <upstream>
+    <maintainer status="active">
+      <email>[email protected]</email>
+      <name>brian gloyer</name>
+    </maintainer>
+    <bugs-to>https://github.com/quozl/netrek-client-cow/issues/</bugs-to>
+    <remote-id type="github">quozl/netrek-client-cow</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/games-action/netrek-cow/netrek-cow-3.3.2.ebuild 
b/games-action/netrek-cow/netrek-cow-3.3.2.ebuild
new file mode 100644
index 0000000..f5cabac
--- /dev/null
+++ b/games-action/netrek-cow/netrek-cow-3.3.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+DESCRIPTION="cow client for netrek"
+HOMEPAGE="https://netrek.org";
+SRC_URI="https://github.com/quozl/netrek-client-cow/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/netrek-client-cow-${PV}"
+
+RDEPEND="
+       media-libs/libsdl
+       media-libs/sdl-mixer
+       x11-base/xorg-proto
+       x11-libs/libX11
+       x11-libs/libXxf86vm
+       x11-libs/libXmu
+"
+DEPEND="
+       ${RDEPEND}
+"
+
+src_prepare() {
+       default
+       ./autogen.sh
+       eautoreconf
+}
+
+src_install() {
+       dobin netrek-client-cow
+}

Reply via email to