1
0

dev-util/ndstool: new package, add 2.2.0, 9999

This commit is contained in:
Ryan Fox 2023-07-20 21:06:24 -07:00
parent 3dfa5f381a
commit ed47de281f
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
4 changed files with 68 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST ndstool-2.2.0.tar.gz 67286 BLAKE2B 0a7ec9cae1e540033b2def3aa953b36646d6a1a037df79c716cd5b8267ff7016d122eeafae7830d6ee98afd14f314975f24937dfd8c87c5ea4c3f57db5056683 SHA512 eb6849f9a8e64019d038de1bc272060248ad31c940116a3063b06057dcfc70cf2352322b3c164f6b9616603fd3de70bebc4642df7c489cee5dbc4e7cad5baa72

View File

@ -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>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
<upstream>
<remote-id type="github">devkitPro/ndstool</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,28 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/devkitPro/ndstool.git"
else
SRC_URI="https://github.com/devkitPro/ndstool/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="Nintendo DS ROM tool"
HOMEPAGE="https://github.com/devkitPro/ndstool"
LICENSE="GPL-3"
SLOT="0"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
src_prepare() {
default
eautoreconf
}

View File

@ -0,0 +1,28 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/devkitPro/ndstool.git"
else
SRC_URI="https://github.com/devkitPro/ndstool/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="Nintendo DS ROM tool"
HOMEPAGE="https://github.com/devkitPro/ndstool"
LICENSE="GPL-3"
SLOT="0"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
src_prepare() {
default
eautoreconf
}