forked from tastytea/overlay
games-server/factorio-server: drop 1.1.53
Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
parent
819b89f05e
commit
8b79f2fd2c
|
@ -1,3 +1,2 @@
|
|||
DIST factorio-server-1.1.53.tar.xz 52117820 BLAKE2B 013b85fec3b3074f7025c3b232bb272e589e91957acb50045d8ff64f6a4fe7bfe4b0c9950c6d813bc76fc383e667d089da6d5ce1ac754425deed6242f2269953 SHA512 47771632adc4a1c682f3c5952efd39eacaf8c882da9ccd3ffe020e59d0cb4b6d0ad0a87f82cc8e8b605ff1b35f1c9ae8165e3fededb6e6cf7dad5f166fe2f72d
|
||||
DIST factorio-server-1.1.57.tar.xz 57178436 BLAKE2B 28287d164efb60dadf7969e0cc308ec3081d4bb3af0967a524116370c9afc5a489a93fe55365d99803021e3d59ec3ee26c9b4a6e3d2aca95ce32f1c4377bc82e SHA512 7bea149efde80c1955feee8b90c3caaf6c95d74530a9905c088caa289c5e9d1ff271f080bef8757b5808805470986f4def1360f559bd5f893f979e5be5faa1ad
|
||||
DIST factorio-server-1.1.59.tar.xz 57270128 BLAKE2B 163f63e54267ec407968dd354805b18e46e2be3e2bcbec33a7859dfe716f1f4bada962683e12d90894dd161b5d18862172ec54629fa3a8d27ce2e5216347a75f SHA512 0030c41c660fc775b2eee2794d00b1d1bc8f8259a6b2d7e6aec3801e0342a3e4a1cc46df4bb9fe1c416be4e80c404231f3ec01af19402af139cb8c01b4b3dd8a
|
||||
|
|
|
@ -1,28 +0,0 @@
|
|||
# Copyright 1999-2022 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
|
||||
}
|
Loading…
Reference in New Issue
Block a user