mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
games-rpg/the-longest-journey-hd-fmv: New package
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
1
games-rpg/the-longest-journey-hd-fmv/Manifest
Normal file
1
games-rpg/the-longest-journey-hd-fmv/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST TLJHD_FMV_1.1.zip 3340708806 BLAKE2B e8513bad4dcfc96d5aa63773e7128163a959e14af697a431480f6c4620743c55a3ab2008ecdde5fc4f759598499f74a76579a24345cde97f3fa495ac71b64a2b SHA512 5cfb5447c667f9db98a88ba669641ea42f12c9ac1341efa6b6c2ac5d55a73aecd0da2821e13092c9d11177c19567398b240c0632d0c2c6b4ae70e91e15554a5a
|
||||
8
games-rpg/the-longest-journey-hd-fmv/metadata.xml
Normal file
8
games-rpg/the-longest-journey-hd-fmv/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>games@gentoo.org</email>
|
||||
<name>Gentoo Games Project</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
CHECKREQS_DISK_BUILD="3229M"
|
||||
CHECKREQS_DISK_USR="3229M"
|
||||
inherit check-reqs
|
||||
|
||||
DESCRIPTION="Upscaled full motion videos for The Longest Journey"
|
||||
HOMEPAGE="https://tljhd.github.io"
|
||||
SRC_URI="TLJHD_FMV_${PV}.zip"
|
||||
LICENSE="fairuse"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
RESTRICT="bindist fetch"
|
||||
|
||||
RDEPEND="
|
||||
${CATEGORY}/${PN%-hd-fmv}
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
app-arch/unzip
|
||||
"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please download ${SRC_URI} from:"
|
||||
einfo " ${HOMEPAGE}"
|
||||
einfo "and move it to your distfiles directory."
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/${PN%-hd-fmv}
|
||||
doins -r mods/
|
||||
}
|
||||
Reference in New Issue
Block a user