games-server/factorio-server: Version bump 1.1.38.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2021-08-21 11:10:01 +02:00
parent 88a41d8f0d
commit 76e9d1cad4
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.36.tar.xz 51236928 BLAKE2B cf63b3e09b28bd92399388c44df29127608f188e6e6b9e705a15c2c3f35a18bfbacf1646ec538c61ef5dcc3ca56bda59d7766daf5763854b668046e25abb3473 SHA512 17e3c5db4643b68cd51bbda1a4c7a9b2f3f6fc7876a521bb3b3575bb9e89539f217941f026c21d7234b1cd536a6db0751f72fe71bc029345270e5d34621e541c
DIST factorio-server-1.1.37.tar.xz 51227836 BLAKE2B 3ca30112c6f30ddbee76e1206ab2f3e27c13b23d48638f62cd37d90a8c9fd505c1f5b48e3a7a9e5a9cac11749e9dc8c4ca37cf3dc45869303388e5654cc9c65a SHA512 4e92574678b1a40614f7d4c5161db9c780b3541d4bd1303961cdba81f9f381849a3d5118a2fbcaaa8090e28e45bff7d09e2d5175fe13c84a0385f0e92b2b543d
DIST factorio-server-1.1.38.tar.xz 51285740 BLAKE2B 68c0d7c1e5663a302bfe3f7131296545c7ec3b48b9616fa596fba4857354271dfc8d7f1628d83677e755f531166af08a6398e2cb8d8d1fd9d72e15ab460f2aef SHA512 860184fe73219f612a91cb7df3adadcd23037d56d91d7ccedfa55895b949b67c476456f03c6b5461ac12746a2db5a58a14531b99d935fce1d39f1cf0df1087c1

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
}