forked from tastytea/overlay
games-server/factorio-server: drop 1.1.59
Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
parent
d1807699c7
commit
dc8bc0b204
|
@ -1,3 +1,2 @@
|
|||
DIST factorio-server-1.1.59.tar.xz 57270128 BLAKE2B 163f63e54267ec407968dd354805b18e46e2be3e2bcbec33a7859dfe716f1f4bada962683e12d90894dd161b5d18862172ec54629fa3a8d27ce2e5216347a75f SHA512 0030c41c660fc775b2eee2794d00b1d1bc8f8259a6b2d7e6aec3801e0342a3e4a1cc46df4bb9fe1c416be4e80c404231f3ec01af19402af139cb8c01b4b3dd8a
|
||||
DIST factorio-server-1.1.61.tar.xz 57318572 BLAKE2B 8790ac9ba3dcb30a6f9e680e15ba1e1df466dd81b5ac06e2d646261fc0b3ff72f384722c99fbdb58530eb22bf7f6b58bfbc3feb773a195b2487f4a45c2152474 SHA512 50bc5aa613e56a4c51749aceb5b6242ac3f6b0e2d4e312b5a74329b47cb02a1c1f62e20e7d47a2f417be4da10fda950d29c73df573778df90f04d5ccdfc4ff23
|
||||
DIST factorio-server-1.1.68.tar.xz 57722956 BLAKE2B 8ac3bb2c0985d36c5b7987a73b66a6db8f455684a0a3ca8cb441966af08d6192efa008e241adcb33954f8c6268e4ddf82cadfbf783d1f45591920467ba71cad0 SHA512 55466dff49b3cca79fa8bc2d11a28e44832e6ba88c1e5eba384e6cba6d5c9240558b70b9a4478b5f33eb9b25ea77d79c190e342c1be774931a22c8ddbaa84b85
|
||||
|
|
|
@ -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