diff options
| author | winter Sparkles | 2026-07-19 11:49:05 +0100 |
|---|---|---|
| committer | winter Sparkles | 2026-07-19 11:49:05 +0100 |
| commit | 4379abee3cc942d3b8f5282cb320931c86358319 (patch) | |
| tree | f5998f3fc5bf04e1d1d6b27ae52f16ae40cf2bbe | |
| parent | d0dea6f5be2c88dc1e61e56a2b4be744efc69575 (diff) | |
rename vintage story and such
| -rw-r--r-- | games-action/vintage-story/Manifest | 1 | ||||
| -rw-r--r-- | games-action/vintage-story/vintage-story-1.22.3.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/games-action/vintage-story/Manifest b/games-action/vintage-story/Manifest deleted file mode 100644 index 233f3ee..0000000 --- a/games-action/vintage-story/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vs_client_linux-x64_1.22.3.tar.gz 618852949 BLAKE2B 547617624433251adf245e9f7be081a7bf63b9dbc3f2dde4989d55667bfbcca7935e414900c2bda900099d2ffe657122225967d878c41babc1bb548ce2afc4ba SHA512 12df8792c92118bb9b39524dc72a9ac9b1afffedc9b8b537a13d462c9ff48c28035d663c098971619ba204ce7d9330dfa4b829a82e62fac8b25b59ddb6ac5df1 diff --git a/games-action/vintage-story/vintage-story-1.22.3.ebuild b/games-action/vintage-story/vintage-story-1.22.3.ebuild deleted file mode 100644 index 796ad11..0000000 --- a/games-action/vintage-story/vintage-story-1.22.3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -CHECKREQS_DISK_BUILD="900M" -inherit desktop check-reqs xdg - -DESCRIPTION="Uncompromising wilderness survival sandbox game (requires paid account)" -HOMEPAGE="https://www.vintagestory.at/" -SRC_URI="https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_${PV}.tar.gz" -S="${WORKDIR}/vintagestory" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="-* ~amd64" -RESTRICT="bindist splitdebug strip mirror" - -RDEPEND=" - >=virtual/dotnet-sdk-10.0 - virtual/opengl - media-libs/openal - app-shells/bash -" - -DIR="/opt/${PN}" -QA_PREBUILT="${DIR#/}/*" - -src_prepare() { - default - rm -v "${S}/install.sh" || die -} - -src_install() { - insinto "${DIR}" - doins -r "${S}"/* - fperms +x "${DIR}/Vintagestory" "${DIR}/run.sh" - - newicon -s 512 "${S}/assets/gameicon.png" ${PN}.png - dosym "../..${DIR}/run.sh" /usr/bin/${PN} - make_desktop_entry --eapi9 ${PN} -n 'Vintage Story' -c Game \ - -C 'Uncompromising wilderness survival sandbox game' -} |
