games-server/factorio-server: Version bump 1.1.46.

This commit is contained in:
tastytea 2021-11-07 15:58:26 +01:00
parent b6310f1e2d
commit d70b81f336
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.41.tar.xz 51357672 BLAKE2B 9defeca9875cf4fa12ffb23dab78d18540497042d3c136d5134998d3d4eecb527892a1b88d37ed630c3fa2aebd37dcda3d9ad777a2299f18223f6f7e85d7547b SHA512 14b2328b75e3c3a17d714ee7f084b0034cb9c4de81712e010a1f75111bbfd03ed6ed64fcef47182fb0e4db74c1bcdf7bfba999916c59df886ae7f6b493a0f041
DIST factorio-server-1.1.42.tar.xz 51349428 BLAKE2B 5ea4139c7322118514bf772c2bf41c27dc1a65dbb0b4b71e8c18ed423d212ac7bc0f3319829c352ffdc357e73cb720f8c87b351a513671d5a2b12630a6948e3c SHA512 65966f8cbc478b832ddaa0445173f9f2f5c1733f924a8476272680dc1fce7e03c2442b1634a8178e684737c2d8b800fecfdbd19429d99f866a3d6c50e2a1b5d7
DIST factorio-server-1.1.46.tar.xz 51355696 BLAKE2B 4eed5ebdc86acd10469d74ce968f46bb0060741b6657acab9db09be562ba526a89a1711aa75c94e104e62553a821a896a0d7f9abc89c76b780c5250fbebf66a3 SHA512 830d2c1fbf54bf338d287beb6a084cb0fc36d8fb1e8bb50f1b5be1821d14655097c605eaad64c3d993d91dbc0d80a74cd3f34301b3678d0080b1326b2b7d0cb4

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
}