games-rpg/the-longest-journey-hd-fmv: New package

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2022-04-01 23:07:26 +01:00
parent ad9229422e
commit b1c9ea3e23
3 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST TLJHD_FMV_1.1.zip 3340708806 BLAKE2B e8513bad4dcfc96d5aa63773e7128163a959e14af697a431480f6c4620743c55a3ab2008ecdde5fc4f759598499f74a76579a24345cde97f3fa495ac71b64a2b SHA512 5cfb5447c667f9db98a88ba669641ea42f12c9ac1341efa6b6c2ac5d55a73aecd0da2821e13092c9d11177c19567398b240c0632d0c2c6b4ae70e91e15554a5a

View 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>

View File

@@ -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/
}