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

This commit is contained in:
tastytea 2021-01-29 04:26:14 +01:00
parent 12ff45112d
commit 8d072a089e
Signed by untrusted user: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 29 additions and 0 deletions

View File

@ -1,2 +1,3 @@
DIST factorio-server-0.16.51.tar.xz 24259652 BLAKE2B fd7874b1b7e2f4a7d3dcfd1c954ee1dfcb580b0e8e10a7cbe3301aa60af29629070cd80832d2b54ad8e8b8675ad45edce3118375e2a7ee5df6ac4e6439d3f64d SHA512 f062b5696f412da2bd694107cdf55840c61f61aa28976e5db30b8e4a10632986b8203e6a9697100ca4f3a6d07dd8a419c7244c576ffec53c673588c144cfd774
DIST factorio-server-0.17.79.tar.xz 32864892 BLAKE2B c583e6c53b08977bf3ddfced5908babd02020ad932ca83fceaab2ef86a15ac62e2755dd9576bdf57dcb79ecc0291ef45772bc824222654c6f73cdcb090e5b928 SHA512 a1201a20914c0c90a91c9a329a4edb15f5904fc4f5b70687204381c9fc5ab157b4dd2a11928ac705de1afd44150f600d8087d6a52e16f9b236a51769d97a9bb6
DIST factorio-server-1.1.19.tar.xz 50896700 BLAKE2B 234bd9add615d822f2eea569dfe60b47cfa55ab65ec826a09e5e802fae6deb4bb27013bfb8736494005d3c19d1c3aa08f5f79486ce254693c82e43ee5f231e2d SHA512 88fd953841d881b91390d673b93ef73c7d1866b1dea345b29770d99169522ea15e48bb8f6c10ccd8be43627cbcc9d27aa8f23673e802e598a2bb7ce3dd4db9d8

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
}