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

This commit is contained in:
tastytea 2021-04-17 07:17:31 +02:00
parent cdb085d716
commit 74795b2b55
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.27.tar.xz 51095664 BLAKE2B af62c5c8788598a161c2a9a045b349c296a737a7d2def91020bfb2f5c308ae07ba6a14d8d47ef93a937aa1bbe87259ab2d9a3ccf76d9323e67f79f24ea4de715 SHA512 274462ec31ec03bb0441add5e1b4d7ba316724263f0be16286ff9a994ce0b9635f711755a38b40ce78731361260e06a96cf8a780d72e974833afd60a49eb2ac7
DIST factorio-server-1.1.30.tar.xz 51102008 BLAKE2B bd2867112b68b84c5e548bd6f4c0cf9a964ff3d7ad2770fa1f2d69e82b67625fca55744f890285119b1f26c84513feda829cb4905573bcb84a2a560d82d0eaa5 SHA512 2106688cc7ab4d9eae0e7d14b86e203bfcae2e1a3da6edbc8a0ef8a2a4a8dc5bf83bb89e7e58d952b0ea09a8b7888dcc523d8c06df70162f7e9454d00a9f7702
DIST factorio-server-1.1.32.tar.xz 51118808 BLAKE2B a7e34929f3cf3e13608675af78c57a4b5e718f34bec3481c9798e1a6d62a390b7c9bc8e03e117959c20346fc5f9a09716e32193f5c0ee6d7fec6c44fda42bbd7 SHA512 3fb8bff40acbea02ef76641725073778dee5085a35e99a213b0a6c3ff62e8ac442d04d145227d27857f3e7c858244081d4ae6f579241611629a518f3448483e0

View File

@ -0,0 +1,28 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
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
}