games-server/factorio-server: add 1.1.72

Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
tastytea 2022-11-23 10:12:24 +01:00
parent e32ca035fd
commit d5586ef3f8
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.69.tar.xz 57747116 BLAKE2B 556aed1c9f2f2f62e4a340714d6730663c0883279a64860620c11222b923cec8b0e1994d20a01ba03a610e0aa4d79434c1604748ae63efb133fd93eb7f0c5df7 SHA512 d7bf969534934b5860245746ecaf8de626de17a118de606ee894360bd170537338ccf95f661af8d04054721c664d0215b4c795daacea534d65a48d2acf3c68fe
DIST factorio-server-1.1.70.tar.xz 57866120 BLAKE2B fd9bc35e186a006eb939d3801ad0d8ea7ab8ab95e8cd34ea744a937fa7ca8d99b75860373169b9026448009d0a1543c2c76146e98285f5e7e042717a137889e9 SHA512 c50460f662ef58454f05c5118526f6e29b7636356fdec3b1d586336e987619f1606f94be630d386088252c2d1aedb3366d92d5ee2974aec65ac2d4e1b7158c57
DIST factorio-server-1.1.72.tar.xz 57865096 BLAKE2B a1abd9bc5df7bed51ac118bc8c879fd1c23f8e11722a88619bcc5033ffe01c3bf1918274fbf534afc4c8b728d428e75238307a5cc72722b31d0b2886f5d1c2b9 SHA512 e9fa29859aa8f80019071d63b2d57f08209c269993ccde117d694e1aa7d2cb992eae51a1b2e5383d4ab978657b27a335739e5d50ef3c26ac90f31a10052224e0

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
}