games-server/factorio-server: add 1.1.57

Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
tastytea 2022-04-02 15:41:06 +02:00
parent 88131a6c28
commit 007e006aac
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.50.tar.xz 51656460 BLAKE2B f5a1a589785c717ebf6cdabe1275462a9520b04c80e81feb4d551c51971964583c9a9a7e7d955975d152f8486566c0aad70e1ef4d7d4e69fd01728958945202c SHA512 6fd5601522c682867d89a37a10273077f4e2a9d759b63e076a2ab539e673b91544983eed2d6e143e00bff571df01650202cdf264d5c333aebd95a28e89772af3
DIST factorio-server-1.1.53.tar.xz 52117820 BLAKE2B 013b85fec3b3074f7025c3b232bb272e589e91957acb50045d8ff64f6a4fe7bfe4b0c9950c6d813bc76fc383e667d089da6d5ce1ac754425deed6242f2269953 SHA512 47771632adc4a1c682f3c5952efd39eacaf8c882da9ccd3ffe020e59d0cb4b6d0ad0a87f82cc8e8b605ff1b35f1c9ae8165e3fededb6e6cf7dad5f166fe2f72d
DIST factorio-server-1.1.57.tar.xz 57178436 BLAKE2B 28287d164efb60dadf7969e0cc308ec3081d4bb3af0967a524116370c9afc5a489a93fe55365d99803021e3d59ec3ee26c9b4a6e3d2aca95ce32f1c4377bc82e SHA512 7bea149efde80c1955feee8b90c3caaf6c95d74530a9905c088caa289c5e9d1ff271f080bef8757b5808805470986f4def1360f559bd5f893f979e5be5faa1ad

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
}