mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
games-puzzle/katawa-shoujo: new package - this game is native for Linux, no Wine inside
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
1
games-puzzle/katawa-shoujo/Manifest
Normal file
1
games-puzzle/katawa-shoujo/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST KSRE-linux.tar.bz2 478484884 BLAKE2B 45e49c4a122c492d468eb9025ff0377416c63b35b465ee6b1f75517b9cdc94ce36f27fc9c76849ae0e1a01ad7bd33e9b830c6c7b60f091fa84936a93a29eb009 SHA512 6ec1ac1d101c3722c150461575f9a995a0299ea026f849cf5b39ad5347738531786b6f16fa077b2ae2f1e9f3f79d509ebadbe90f59ad063cdd67a545e7d7985c
|
||||
31
games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild
Normal file
31
games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 2024 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit wrapper
|
||||
|
||||
DESCRIPTION="Bishoujo-style, in the fictional Yamaku High School for disabled children"
|
||||
HOMEPAGE="https://www.fhs.sh/projects"
|
||||
SRC_URI="https://github.com/fleetingheart/ksre/releases/download/v$PV/KSRE-linux.tar.bz2"
|
||||
|
||||
LICENSE="
|
||||
MPL-2.0
|
||||
CC-BY-NC-ND-3.0
|
||||
"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
RESTRICT="strip"
|
||||
|
||||
S="${WORKDIR}/KSRE-linux"
|
||||
|
||||
src_install() {
|
||||
dodir etc
|
||||
cp -r . "$ED/opt/$PN" || die
|
||||
|
||||
make_wrapper ${PN} "/opt/${PN}/Katawa\ Shoujo\ Re-Engineered.sh"
|
||||
|
||||
}
|
||||
8
games-puzzle/katawa-shoujo/metadata.xml
Normal file
8
games-puzzle/katawa-shoujo/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="person">
|
||||
<name>Vitaly Zdanevich</name>
|
||||
<email>zdanevich.vitaly@ya.ru</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user