commit: e19749c16afea68f7d4fbd7b1b8a737ce2659836 Author: Andreas Zuber <a.zuber <AT> gmx <DOT> ch> AuthorDate: Mon Jul 20 08:05:33 2020 +0000 Commit: Andreas Zuber <a.zuber <AT> gmx <DOT> ch> CommitDate: Mon Jul 20 08:05:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e19749c1
games-engines/boxtron: New package Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Zuber <a.zuber <AT> gmx.ch> games-engines/boxtron/Manifest | 1 + games-engines/boxtron/boxtron-0.5.4.ebuild | 32 ++++++++++++++++++++++++++++++ games-engines/boxtron/metadata.xml | 11 ++++++++++ 3 files changed, 44 insertions(+) diff --git a/games-engines/boxtron/Manifest b/games-engines/boxtron/Manifest new file mode 100644 index 0000000..3dd7fec --- /dev/null +++ b/games-engines/boxtron/Manifest @@ -0,0 +1 @@ +DIST boxtron-0.5.4.tar.gz 88294 BLAKE2B b152a7a8bb67cd3fd972045cd1976a1eaffc8ed7003f186e3a40360af1977807904dd04cccb035d69139d4cd1b8a2053993fd0ab6b9422af2a1ce469cb710f70 SHA512 d7b865cd2de5a1e0bf51633b4814d1fa098a5458ed276e84986b6340692339832d1ebaf9fcf13e68168390834805506be8a69932617f52d895de1d0ac813cb4d diff --git a/games-engines/boxtron/boxtron-0.5.4.ebuild b/games-engines/boxtron/boxtron-0.5.4.ebuild new file mode 100644 index 0000000..cf2d3d6 --- /dev/null +++ b/games-engines/boxtron/boxtron-0.5.4.ebuild @@ -0,0 +1,32 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Steam Play compatibility tool to run DOS games using native Linux DOSBox" +HOMEPAGE="https://github.com/dreamer/boxtron/" +SRC_URI="https://github.com/dreamer/boxtron/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +BDEPEND=" + sys-devel/make + app-arch/tar" + +RDEPEND=" + >=dev-lang/python-3.5.0 + >=games-emulation/dosbox-staging-0.75.0 + media-sound/fluid-soundfont + media-sound/timidity++ + sys-fs/inotify-tools" + +src_compile() { :; } + +src_install() { + sed -i '/README.md/d' Makefile || die "sed failed" + emake DESTDIR="${D}" prefix=/usr install || die "died running emake" + dodoc README.md +} diff --git a/games-engines/boxtron/metadata.xml b/games-engines/boxtron/metadata.xml new file mode 100644 index 0000000..f19c3d3 --- /dev/null +++ b/games-engines/boxtron/metadata.xml @@ -0,0 +1,11 @@ +<?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>Andreas Zuber</name> + </maintainer> + <upstream> + <remote-id type="github">dreamer/boxtron</remote-id> + </upstream> +</pkgmetadata>
