forked from tastytea/overlay
games-server/factorio-server: Remove old ebuild.
This commit is contained in:
parent
48a1268de1
commit
3e1b5dbfe2
|
@ -1,3 +1,2 @@
|
|||
DIST factorio-server-1.1.39.tar.xz 51294396 BLAKE2B 0d0ba63ec1c3e1417c66b9b332fdd81122788d6a658094e7d0b18bbd145e9798669c3714c7caa4f380d91393208d2add638c1ea3a3ef41e87d2a4b850e2c4433 SHA512 7bd053c9b61106ee3e9ef5a292c5547fbacf7d9abe9fc0f1d12690f251c9c4d7ef8ad766b45600d9a2e80b69cdb9c3627b4a12597a966f64c9bd3077aaa501f6
|
||||
DIST factorio-server-1.1.41.tar.xz 51357672 BLAKE2B 9defeca9875cf4fa12ffb23dab78d18540497042d3c136d5134998d3d4eecb527892a1b88d37ed630c3fa2aebd37dcda3d9ad777a2299f18223f6f7e85d7547b SHA512 14b2328b75e3c3a17d714ee7f084b0034cb9c4de81712e010a1f75111bbfd03ed6ed64fcef47182fb0e4db74c1bcdf7bfba999916c59df886ae7f6b493a0f041
|
||||
DIST factorio-server-1.1.42.tar.xz 51349428 BLAKE2B 5ea4139c7322118514bf772c2bf41c27dc1a65dbb0b4b71e8c18ed423d212ac7bc0f3319829c352ffdc357e73cb720f8c87b351a513671d5a2b12630a6948e3c SHA512 65966f8cbc478b832ddaa0445173f9f2f5c1733f924a8476272680dc1fce7e03c2442b1634a8178e684737c2d8b800fecfdbd19429d99f866a3d6c50e2a1b5d7
|
||||
|
|
|
@ -1,28 +0,0 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in New Issue
Block a user