games-server/factorio-server: Version bump 1.1.26.
This commit is contained in:
parent
b74fa93a9c
commit
61bb96dec4
|
@ -1,2 +1,3 @@
|
||||||
DIST factorio-server-1.1.21.tar.xz 50951620 BLAKE2B 07e54381b71508bf7c3b6ae6d9fd7e5348bee8a5ef76f3bb189002969ecd73e1d492061bf1341127a971afdd2ca2b80196008f581d9f863cb5935b6d05a8fe1f SHA512 1e0a59634eb1c7fd9e38b576bf4e1117e4a3b9059d42d2e7d06e34339744ef1668b73a92e40723c3eacfa3d1b40d9be4f74a336572732e3332c617ba7e9da95c
|
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
|
DIST factorio-server-1.1.25.tar.xz 50992160 BLAKE2B a28753ebcc33ffaed170a7074e188b899654107ab93a236b45c2de4333876b55713b98bfd63a882590645d905abe22d5cffb819f3cb4afc90dcd66cdae43b564 SHA512 ad5603b7078289591f5a700c63ec7a1ab36f60ef04464d938ed44d6626c94f523fc0229d52dfd82bdd7f2082314a0fa87a6b5d8b12728fc148d99065a413de7f
|
||||||
|
DIST factorio-server-1.1.26.tar.xz 51050336 BLAKE2B d077433f13dd423139f067186253a83d4b023b8b54cbb3a83dc00af006fe8f45513cf77d4f0ee9b068cf8639155ece94036e1ec8c59207cb381562442e487152 SHA512 89a79599d0f71e0859c4a28e0f4ab2d6688f6e961b61954ef8bcb2cec6007b9ec27070a955aba05861aad635fd588eac4d8dc3c309176830ba17edec9f40cd8b
|
||||||
|
|
28
games-server/factorio-server/factorio-server-1.1.26.ebuild
Normal file
28
games-server/factorio-server/factorio-server-1.1.26.ebuild
Normal 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
|
||||||
|
}
|
Reference in New Issue
Block a user