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

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot 2022-04-01 23:07:15 +01:00
parent a1754bf69b
commit ad9229422e
No known key found for this signature in database
GPG Key ID: 1226415D00DD3137
3 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST TLJHD_1.02.zip 1505177703 BLAKE2B 4f77ca7c3d1776542b262000bea0504552ba6cc85f0b210c3220ccf7ec22df59fcfd4244659e4f629a149e609d9a93f5b30adfb44008d7512f4156a554bbab52 SHA512 a3e65fa7f6edc6b547aac7ce178b054763eb15246d1c341d62f0f0a5e59c64a8aa52392685bfdeca2c6a5e0cd2a6ee14dbd00f80fe5e928e321c1df695e134cf

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,38 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CHECKREQS_DISK_BUILD="1463M"
CHECKREQS_DISK_USR="1461M"
inherit check-reqs
DESCRIPTION="High definition backgrounds and sprites for The Longest Journey"
HOMEPAGE="https://tljhd.github.io"
SRC_URI="TLJHD_${PV}.zip"
LICENSE="fairuse"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="bindist fetch"
RDEPEND="
${CATEGORY}/${PN%-hd}
"
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}
# The fonts are the same as the original ones.
doins -r mods/
}