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

This commit is contained in:
tastytea 2021-02-20 16:02:46 +01:00
parent 0c3dcab966
commit 4e35a3743b
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-1.1.19.tar.xz 50896700 BLAKE2B 234bd9add615d822f2eea569dfe60b47cfa55ab65ec826a09e5e802fae6deb4bb27013bfb8736494005d3c19d1c3aa08f5f79486ce254693c82e43ee5f231e2d SHA512 88fd953841d881b91390d673b93ef73c7d1866b1dea345b29770d99169522ea15e48bb8f6c10ccd8be43627cbcc9d27aa8f23673e802e598a2bb7ce3dd4db9d8
DIST factorio-server-1.1.21.tar.xz 50951620 BLAKE2B 07e54381b71508bf7c3b6ae6d9fd7e5348bee8a5ef76f3bb189002969ecd73e1d492061bf1341127a971afdd2ca2b80196008f581d9f863cb5935b6d05a8fe1f SHA512 1e0a59634eb1c7fd9e38b576bf4e1117e4a3b9059d42d2e7d06e34339744ef1668b73a92e40723c3eacfa3d1b40d9be4f74a336572732e3332c617ba7e9da95c
DIST factorio-server-1.1.25.tar.xz 50992160 BLAKE2B a28753ebcc33ffaed170a7074e188b899654107ab93a236b45c2de4333876b55713b98bfd63a882590645d905abe22d5cffb819f3cb4afc90dcd66cdae43b564 SHA512 ad5603b7078289591f5a700c63ec7a1ab36f60ef04464d938ed44d6626c94f523fc0229d52dfd82bdd7f2082314a0fa87a6b5d8b12728fc148d99065a413de7f

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
}