games-server/factorio-server: Version bump 1.1.41

This commit is contained in:
tastytea 2021-09-25 11:16:48 +02:00
parent 05dd5f30e9
commit 4328cd9b87
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 29 additions and 0 deletions

View File

@ -1,2 +1,3 @@
DIST factorio-server-1.1.38.tar.xz 51285740 BLAKE2B 68c0d7c1e5663a302bfe3f7131296545c7ec3b48b9616fa596fba4857354271dfc8d7f1628d83677e755f531166af08a6398e2cb8d8d1fd9d72e15ab460f2aef SHA512 860184fe73219f612a91cb7df3adadcd23037d56d91d7ccedfa55895b949b67c476456f03c6b5461ac12746a2db5a58a14531b99d935fce1d39f1cf0df1087c1
DIST factorio-server-1.1.39.tar.xz 51294396 BLAKE2B 0d0ba63ec1c3e1417c66b9b332fdd81122788d6a658094e7d0b18bbd145e9798669c3714c7caa4f380d91393208d2add638c1ea3a3ef41e87d2a4b850e2c4433 SHA512 7bd053c9b61106ee3e9ef5a292c5547fbacf7d9abe9fc0f1d12690f251c9c4d7ef8ad766b45600d9a2e80b69cdb9c3627b4a12597a966f64c9bd3077aaa501f6
DIST factorio-server-1.1.41.tar.xz 51357672 BLAKE2B 9defeca9875cf4fa12ffb23dab78d18540497042d3c136d5134998d3d4eecb527892a1b88d37ed630c3fa2aebd37dcda3d9ad777a2299f18223f6f7e85d7547b SHA512 14b2328b75e3c3a17d714ee7f084b0034cb9c4de81712e010a1f75111bbfd03ed6ed64fcef47182fb0e4db74c1bcdf7bfba999916c59df886ae7f6b493a0f041

View File

@ -0,0 +1,28 @@
# Copyright 1999-2021 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
}