games-server/factorio-server: add 1.1.91

Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
tastytea 2023-09-22 10:09:29 +02:00
parent fe8edf57c2
commit 81f98278fd
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
2 changed files with 29 additions and 0 deletions

View File

@ -1,2 +1,3 @@
DIST factorio-server-1.1.80.tar.xz 57964536 BLAKE2B 4f5518ed33e1bd10ae3428e8385dc3b0378debf17a4ff7b081f04c04e8cf8fccaa9119b518fed859636935be8740e48113f0dd4add31eb19263a8d5010f92fdc SHA512 c80359fb27595f05c2331b463d0228d3a3a61b63f883b597411e05a4c9c425400837ff3e099ee2f83fe448120708662950bb9d7b7be6143e20eeb6ff7992d19b
DIST factorio-server-1.1.87.tar.xz 58853524 BLAKE2B ec9d9020cc64fb1bc2daed0a19e8e0d298a6adc147bdf4298f2e7737110a40041d6c33553738f8d64a8fc48e57542c29cce100a68752d9a827fa8feb000f271b SHA512 152431cac9fc3aa4e1e6faede8c769c71b8c438e81f38a0d5977589b45f62f699aa5620f127e6f3ca4f5ad3d8ab99d3ee98cf00263858a5e48f5f3f1f42eed31
DIST factorio-server-1.1.91.tar.xz 58875744 BLAKE2B 9c766613aee1ff85e7159d3d696e0e691fab375e734415ff2fef38941ded08e42fd2742d9aa19394301e09fa3873bf307a9535c04e1979028a36287b062cda01 SHA512 637ee2d73ca7a79e6c9b3c65417b1f996ecd15183f26fc9a32b63b0049ae61b29789e8c13f3010ebb5d504d06d5b7ff71f8ec5dba7966ecb4b0f77bebad44c0b

View File

@ -0,0 +1,28 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Factorio is a game in which you build and maintain factories."
HOMEPAGE="https://www.factorio.com/"
SRC_URI="https://www.factorio.com/get-download/${PV}/headless/linux64 -> ${P}.tar.xz"
LICENSE="Factorio"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="bindist mirror"
RDEPEND="app-misc/screen"
DEPEND=""
S="${WORKDIR}/factorio"
src_install() {
insinto /opt/factorio
doins -r data
doins config-path.cfg
exeinto /opt/factorio/bin/x64
doexe bin/x64/factorio
newinitd "${FILESDIR}"/factorio.initd factorio
newconfd "${FILESDIR}"/factorio.confd factorio
}