mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
games-strategy/armies-of-exigo-demo: treeclean
Not appropriate package for guru, should be in another overlay. Read bug for more info. Bug: https://bugs.gentoo.org/927922 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
DIST armies-of-exigo--multiplayer-demo--portable-without-installer.tar.xz 462702016 BLAKE2B fba9e0d2ade32779b8c08edf1402a4d7502bb4463a3565e37f14d159f0e2854129f1c6a82441fff3e934186cba36bcfa858ac42f6ebf89affefc463b68fee77e SHA512 0beb7790425f7220bdaf3247513466fede9d1c139f2e4dddc09c9fc8a0d67fc0d858f2ac916f1de30a7f117e9ffe08bbfe0ca188222ce772edc5cb579eff03ee
|
|
||||||
DIST armies-of-exigo--single-player-demo--portable-without-installer.tar.xz 97293504 BLAKE2B c9441d12795273cae4118ddab3e2fdd5df6c621b351f4370f8aba18310cec80a0d02295f343e4639236ca034a055491a9b714ddf2c2e8cd54c492eceb787b4f9 SHA512 b6121c64503fa7362a4c3050f601fa0c365b3154783c7e1fc84307e933f76b8b3fa9fe5061af6fa3fa813e88e680ef1b9ad8e34b4bf2f5d45a884e20f580b078
|
|
||||||
@@ -1,65 +0,0 @@
|
|||||||
# Copyright 1999-2024 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
inherit wrapper
|
|
||||||
|
|
||||||
DESCRIPTION="Single and multi player demos of Armies of Exigo (like WarCraft III), Windows"
|
|
||||||
HOMEPAGE="https://en.wikipedia.org/wiki/Armies_of_Exigo"
|
|
||||||
|
|
||||||
SRC_URI="
|
|
||||||
https://archive.org/download/armies-of-exigo--single-player-demo--portable-without-installer.tar/armies-of-exigo--single-player-demo--portable-without-installer.tar.xz
|
|
||||||
https://archive.org/download/armies-of-exigo--multiplayer-demo--portable-without-installer.tar/armies-of-exigo--multiplayer-demo--portable-without-installer.tar.xz
|
|
||||||
"
|
|
||||||
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
S="${WORKDIR}"
|
|
||||||
|
|
||||||
LICENSE="all-rights-reserved"
|
|
||||||
SLOT="0"
|
|
||||||
RESTRICT="strip"
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
~games-emulation/conty-1.25.2:0
|
|
||||||
"
|
|
||||||
# TODO add USE flag to be able to choolse local wine or wine-proton, against 1.4 GB dependency?
|
|
||||||
|
|
||||||
QA_PREBUILT="*"
|
|
||||||
|
|
||||||
dir=/opt/armies-of-exigo/demo/
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
|
|
||||||
mkdir -p "$ED$dir"
|
|
||||||
|
|
||||||
nameSingle=armies-of-exigo--single-player-demo--portable-without-installer
|
|
||||||
nameMulti=armies-of-exigo--multiplayer-demo--portable-without-installer
|
|
||||||
|
|
||||||
cp -r "$nameSingle" "$ED$dir"singleplayer
|
|
||||||
cp -r "$nameMulti" "$ED$dir"multiplayer
|
|
||||||
|
|
||||||
single=armies-of-exigo--demo-singleplayer
|
|
||||||
multi=armies-of-exigo--demo-multiplayer
|
|
||||||
|
|
||||||
conty='conty-1.25.2'
|
|
||||||
|
|
||||||
make_wrapper "$single" "$conty wine $dir/singleplayer/Exigo_spdemo.exe"
|
|
||||||
make_wrapper "$multi" "$conty wine $dir/multiplayer/Exigo_mpdemo.exe"
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postinst() {
|
|
||||||
einfo "More about the game:"
|
|
||||||
einfo "https://en.wikipedia.org/wiki/Armies_of_Exigo"
|
|
||||||
einfo "Discord: https://discord.gg/HcsjkNX3JY"
|
|
||||||
einfo "https://armies-of-exigo.fandom.com/wiki/Armies_of_Exigo_Wiki"
|
|
||||||
einfo ""
|
|
||||||
einfo "This great game from 2004 is an abandonware - in 2024 you can buy it only as a second-hand CD."
|
|
||||||
einfo "List of creators: https://www.mobygames.com/game/16100/armies-of-exigo/credits/windows/"
|
|
||||||
einfo "If you want - please try to communicate with authors about making Armies of Exigo free and open source,"
|
|
||||||
einfo "or Intellectual Property holder can make a remake - add more display resolutions, improve the AI,"
|
|
||||||
einfo "make it runnable on modern Windows."
|
|
||||||
einfo ""
|
|
||||||
einfo "The game is installed to $dir - if you want to run it by another Wine or operating system"
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
<?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