app-emulation/highscore: New package
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Ryan Fox <flewkey@2a03.party>
This commit is contained in:
parent
7c38df5fb3
commit
07af291f74
4
app-emulation/highscore/Manifest
Normal file
4
app-emulation/highscore/Manifest
Normal file
@ -0,0 +1,4 @@
|
||||
DIST highscore-40.0.tar.gz 4904651 BLAKE2B b9bf2db8a58d0037750ac3e30bcf5d7b806b0397ef902bd5f85e0042cf0a6b0ac002f4f1d19024de825ea6fde653ee718e0ea5d53c8d802882040239cf65b3d8 SHA512 39e1abfe4dae8a349449d8a42070a5f1eb9e7556c5857477ef24213710aff09faebffd0e77ce1aaf22f65ea3e7d057c6f8b590810dcab97324f8772dd22a31fa
|
||||
EBUILD highscore-40.0.ebuild 795 BLAKE2B 776ad523c70b97df0b721fea99909a69c79950bd82d479d2a12a7ce955ecc6e007b4d642c47172c7f7c75dbfcf6b74c7bbcb90a6e2cf9dd28b6dd1a3315828a5 SHA512 a66242d7e093a4fdb92a5a3168b121f0a2c88992addef46dec40a7265fd20c1812922b03a7c206e28c93109ed53812874aeab09c8d6c34f9804bf830137289f8
|
||||
EBUILD highscore-9999.ebuild 795 BLAKE2B 776ad523c70b97df0b721fea99909a69c79950bd82d479d2a12a7ce955ecc6e007b4d642c47172c7f7c75dbfcf6b74c7bbcb90a6e2cf9dd28b6dd1a3315828a5 SHA512 a66242d7e093a4fdb92a5a3168b121f0a2c88992addef46dec40a7265fd20c1812922b03a7c206e28c93109ed53812874aeab09c8d6c34f9804bf830137289f8
|
||||
MISC metadata.xml 242 BLAKE2B 5f42ea428d38cea721ea75e612d85330f2f95d32ac789410403705c434c5f314b3605fc635919f1ecdc9b6e1ef1141e88905bf556594057efa746e2744d8fd60 SHA512 f433fd15570f9f402b588b7a656f7ceba57b7b124b823aaf6fe59d67aaef9ecb2b7d01c7709cfa0a2babe6fbbca6031e29581c45906a9cd35f283e88aa231028
|
39
app-emulation/highscore/highscore-40.0.ebuild
Normal file
39
app-emulation/highscore/highscore-40.0.ebuild
Normal file
@ -0,0 +1,39 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit meson xdg gnome2-utils
|
||||
|
||||
if [[ ${PV} != *9999* ]]; then
|
||||
SRC_URI="https://gitlab.gnome.org/World/highscore/-/archive/${PV}/${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
else
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.gnome.org/World/highscore.git"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Retro gaming application for GNOME"
|
||||
HOMEPAGE="https://wiki.gnome.org/Apps/Games"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
app-misc/tracker:0/2.0
|
||||
dev-db/sqlite:3
|
||||
dev-libs/glib
|
||||
dev-libs/libmanette
|
||||
dev-libs/libxml2
|
||||
games-emulation/retro-gtk[vala]
|
||||
gnome-base/librsvg
|
||||
gui-libs/gtk:4
|
||||
media-libs/grilo[vala]
|
||||
net-libs/libsoup:2.4
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_update
|
||||
}
|
39
app-emulation/highscore/highscore-9999.ebuild
Normal file
39
app-emulation/highscore/highscore-9999.ebuild
Normal file
@ -0,0 +1,39 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit meson xdg gnome2-utils
|
||||
|
||||
if [[ ${PV} != *9999* ]]; then
|
||||
SRC_URI="https://gitlab.gnome.org/World/highscore/-/archive/${PV}/${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
else
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.gnome.org/World/highscore.git"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Retro gaming application for GNOME"
|
||||
HOMEPAGE="https://wiki.gnome.org/Apps/Games"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
app-misc/tracker:0/2.0
|
||||
dev-db/sqlite:3
|
||||
dev-libs/glib
|
||||
dev-libs/libmanette
|
||||
dev-libs/libxml2
|
||||
games-emulation/retro-gtk[vala]
|
||||
gnome-base/librsvg
|
||||
gui-libs/gtk:4
|
||||
media-libs/grilo[vala]
|
||||
net-libs/libsoup:2.4
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_update
|
||||
}
|
8
app-emulation/highscore/metadata.xml
Normal file
8
app-emulation/highscore/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?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>
|
||||
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user