forked from tastytea/overlay
games-server/factorio-server: Remove old ebuild.
This commit is contained in:
parent
dbf543352a
commit
22b393fc41
|
@ -1,3 +1,2 @@
|
|||
DIST factorio-server-1.1.30.tar.xz 51102008 BLAKE2B bd2867112b68b84c5e548bd6f4c0cf9a964ff3d7ad2770fa1f2d69e82b67625fca55744f890285119b1f26c84513feda829cb4905573bcb84a2a560d82d0eaa5 SHA512 2106688cc7ab4d9eae0e7d14b86e203bfcae2e1a3da6edbc8a0ef8a2a4a8dc5bf83bb89e7e58d952b0ea09a8b7888dcc523d8c06df70162f7e9454d00a9f7702
|
||||
DIST factorio-server-1.1.32.tar.xz 51118808 BLAKE2B a7e34929f3cf3e13608675af78c57a4b5e718f34bec3481c9798e1a6d62a390b7c9bc8e03e117959c20346fc5f9a09716e32193f5c0ee6d7fec6c44fda42bbd7 SHA512 3fb8bff40acbea02ef76641725073778dee5085a35e99a213b0a6c3ff62e8ac442d04d145227d27857f3e7c858244081d4ae6f579241611629a518f3448483e0
|
||||
DIST factorio-server-1.1.33.tar.xz 51119092 BLAKE2B e82a361d284e8f629e398fd092b21a8607c65bad630c1d1bd57d852d2366c50a14f7242ed1ba9c17551069de8027bf5280d4eaf10898ba192ea2dfac65855445 SHA512 f2f7356fa25a65e32cafa50e28bc31276c53288be5fa910be8d7a227e43c7bb234ccf7d00043a2cb1da3ab67d1fbf4e746edf072754a4d7a0fe50ef3f24cffb8
|
||||
|
|
|
@ -1,28 +0,0 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in New Issue
Block a user