games-emulation/libretro-bnes: bNES libretro port

Package-Manager: Portage-2.3.43, Repoman-2.3.10
This commit is contained in:
Craig Andrews
2018-07-24 01:25:16 -04:00
parent 5292beccb7
commit 8bc740d336
4 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST libretro-bnes-0.0.1_pre20180723.tar.gz 153133 BLAKE2B d9d6dad8be84851053a1a66272963bd5ffcb5ab11fc9e8096e04e03e0d266e57cbf5fd37618e43f48f9ae0c4c08013303c17cc3cc6b3e1aec764b9e0ce594088 SHA512 f2db232a10b854badf3d130688f09c580f11da17224da127aff437b4a2c906828717539577d71713aa5a05b93effd8d17fcc2b3f6e3ff570d56639030a5be383

View File

@@ -0,0 +1,13 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
LIBRETRO_COMMIT_SHA="18384086d58fd09de3844e2c5f3b2a77b5d490dc"
LIBRETRO_REPO_NAME="libretro/bnes-libretro"
KEYWORDS="~amd64 ~x86"
inherit libretro-core
DESCRIPTION="bNES libretro port"
LICENSE="GPL-3+"
SLOT="0"

View File

@@ -0,0 +1,11 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
LIBRETRO_REPO_NAME="libretro/bnes-libretro"
inherit libretro-core
DESCRIPTION="bNES libretro port"
LICENSE="GPL-3+"
SLOT="0"

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>candrews@gentoo.org</email>
<name>Craig Andrews</name>
</maintainer>
<longdescription>bNES libretro port</longdescription>
<upstream>
<remote-id type="github">libretro/libretro-bnes</remote-id>
</upstream>
</pkgmetadata>