games-server/factorio-server: Version bump 1.1.50

This commit is contained in:
tastytea 2021-12-24 13:25:52 +01:00
parent 4aa58a570c
commit 733f357f9e
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.48.tar.xz 51432096 BLAKE2B b78ebc2722c8a6dce67f632addf36b26b9a380ca0b825026f673697afcfa9c384ebf208bbc89833431c9b7443b033016e38dc869e896a7bb9cef8fbdfa07aab8 SHA512 c6866652dd95d2fe7e2c4a3359b67f461df184d687e7689638185ceab41dc556ce43c00261667e0e0adb40ae5af7b67b92a11d6f1542819dc0862e825ef235e0
DIST factorio-server-1.1.49.tar.xz 51610172 BLAKE2B 6275f58c4c80d93f479cd0f17c2d463100cd73894a795929a41b678a84748b5a26169e50a91f565e6f505bda6873ff688088df8284178c0bfe79d2f017eb8670 SHA512 0447dc622b6e2d06949014c20203ef0c746f9b62caa199b583b515e52ba4a56f01e3e06ed2553a24158ff1f1bed418e1d9a2e2a94d492a06d650a038126b71f5
DIST factorio-server-1.1.50.tar.xz 51656460 BLAKE2B f5a1a589785c717ebf6cdabe1275462a9520b04c80e81feb4d551c51971964583c9a9a7e7d955975d152f8486566c0aad70e1ef4d7d4e69fd01728958945202c SHA512 6fd5601522c682867d89a37a10273077f4e2a9d759b63e076a2ab539e673b91544983eed2d6e143e00bff571df01650202cdf264d5c333aebd95a28e89772af3

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
}