mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
games-strategy/ground-control: treeclean
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST ground-control.tar.xz 476764820 BLAKE2B d417dd5ba655c0ad1cbfeba5f8d9649cd84b4f068ed45a008332aa2cde9de8b317f8be57928a176e5c4c8708298793a41400abe82d1cda18a78915531a446e95 SHA512 6e12b1ece587fcb78664a34010eed922c7e716b1df659d260e6a0c7e64828adeea34cfc02266e563f7566a9ff99503e6d8fa19c05117627e50ae57c9fc840602
|
||||
@@ -1,45 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit wrapper
|
||||
|
||||
DESCRIPTION="RTS from 2000 by Massive Entertainment, without resources and buildings"
|
||||
HOMEPAGE="https://en.wikipedia.org/wiki/Ground_Control_(video_game)"
|
||||
SRC_URI="https://archive.org/download/$PN.tar.xz/$PN.tar.xz"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="all-rights-reserved"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RESTRICT="strip"
|
||||
|
||||
RDEPEND="
|
||||
virtual/wine
|
||||
app-emulation/dxvk
|
||||
"
|
||||
|
||||
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
|
||||
|
||||
make_wrapper "$PN" "env WINEPREFIX=/home/\$USER/.wine-ground-control wine /opt/$PN/gc.exe"
|
||||
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo "Downloaded from https://www.moddb.com/games/ground-control/downloads/ground-control-install"
|
||||
einfo "More about the game:"
|
||||
einfo "https://www.wikidata.org/wiki/Q1547686"
|
||||
einfo "https://www.metacritic.com/game/1300002617/"
|
||||
einfo "The game is installed to /opt/$PN - if you want to run it by another Wine or operating system"
|
||||
}
|
||||
@@ -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>
|
||||
@@ -63,7 +63,6 @@ app-admin/bitwarden-cli
|
||||
# HOMEPAGE just points to a Wikipedia article
|
||||
# Removal on 2025-04-12
|
||||
games-strategy/swine
|
||||
games-strategy/ground-control
|
||||
|
||||
# David Roman <davidroman96@gmail.com> (2025-03-12)
|
||||
# Uses deprecated EGO_SUM. Last release in 2023.
|
||||
|
||||
Reference in New Issue
Block a user