mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
games-rpg/sacred-demo: treeclean
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST sacred-demo.tar.xz 215131736 BLAKE2B 1e2489bae7ea499877512a5da590e0fe7d7e029b7356428477b0c53060851ff192a881cfa3b30d8f6a9f52a95bb1eb94fde73a2abe05053bfde9032abaf35261 SHA512 ffc6033fda2e2356a938dacc35119dce448f4dddd11f9269a2050bd0b83ae92061b0b13233342a6d725a61e969c1eecff173ea1f5761a3ec65942e309abb2c8a
|
||||
@@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
</pkgmetadata>
|
||||
@@ -1,44 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Like Diablo, isometric view, good rating, about a two hours of the gameplay"
|
||||
HOMEPAGE="https://en.wikipedia.org/wiki/Sacred_(video_game)"
|
||||
SRC_URI="https://archive.org/download/${PN}.tar/${PN}.tar.xz"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="all-rights-reserved"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
RESTRICT="strip"
|
||||
|
||||
RDEPEND="
|
||||
virtual/wine
|
||||
"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
|
||||
src_install() {
|
||||
|
||||
mkdir -p "$ED$/opt"
|
||||
|
||||
mkdir "$ED/opt" || die
|
||||
mkdir -p "$ED/usr/bin/" || die
|
||||
cp -r "$PN" "$ED/opt/$PN" || die
|
||||
|
||||
echo "cd /opt/$PN; WINEPREFIX=\$HOME/.wine-sacred/ wine /opt/$PN/Sacred.exe; cd -" > "$ED/usr/bin/$PN"
|
||||
fperms +x "/usr/bin/$PN"
|
||||
fperms 777 "/opt/$PN/"
|
||||
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo "More about the game:"
|
||||
einfo "https://www.wikidata.org/wiki/Q1757845"
|
||||
einfo ""
|
||||
einfo "Buy the full game at https://store.steampowered.com/app/12320/Sacred_Gold/"
|
||||
einfo ""
|
||||
einfo "The game is installed to /opt/$PN - if you want to run it by another Wine or operating system"
|
||||
}
|
||||
@@ -64,7 +64,6 @@ app-admin/bitwarden-cli
|
||||
# Removal on 2025-04-12
|
||||
games-strategy/swine
|
||||
games-strategy/ground-control
|
||||
games-rpg/sacred-demo
|
||||
|
||||
# David Roman <davidroman96@gmail.com> (2025-03-12)
|
||||
# Uses deprecated EGO_SUM. Last release in 2023.
|
||||
|
||||
Reference in New Issue
Block a user