games-server/factorio-server: add 1.1.87

Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
tastytea 2023-07-14 10:21:13 +02:00
parent 57099a9c6d
commit 2e3b4f13ed
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.76.tar.xz 57977268 BLAKE2B ab5ee2a3b975a402cbbd4570d86de04bc8f7131bfa1db243d1b3b747ce8dc098b9c783d7263f9ecf67b66782ed521cf629bef9a3e60daec5fda3775475526d89 SHA512 b0dcf297e9c6731ad325277d5dc7a8b41389ec8e44a7140a6ff4e01d0a269aa1b600904a3d9add592496a31324664d7be10cff0ed197b8f994db2ecb1c08fa11
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

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
}