forked from tastytea/overlay
games-server/factorio-server: Remove old ebuild
This commit is contained in:
parent
733f357f9e
commit
b16b71a45e
|
@ -1,3 +1,2 @@
|
|||
DIST factorio-server-1.1.48.tar.xz 51432096 BLAKE2B b78ebc2722c8a6dce67f632addf36b26b9a380ca0b825026f673697afcfa9c384ebf208bbc89833431c9b7443b033016e38dc869e896a7bb9cef8fbdfa07aab8 SHA512 c6866652dd95d2fe7e2c4a3359b67f461df184d687e7689638185ceab41dc556ce43c00261667e0e0adb40ae5af7b67b92a11d6f1542819dc0862e825ef235e0
|
||||
DIST factorio-server-1.1.49.tar.xz 51610172 BLAKE2B 6275f58c4c80d93f479cd0f17c2d463100cd73894a795929a41b678a84748b5a26169e50a91f565e6f505bda6873ff688088df8284178c0bfe79d2f017eb8670 SHA512 0447dc622b6e2d06949014c20203ef0c746f9b62caa199b583b515e52ba4a56f01e3e06ed2553a24158ff1f1bed418e1d9a2e2a94d492a06d650a038126b71f5
|
||||
DIST factorio-server-1.1.50.tar.xz 51656460 BLAKE2B f5a1a589785c717ebf6cdabe1275462a9520b04c80e81feb4d551c51971964583c9a9a7e7d955975d152f8486566c0aad70e1ef4d7d4e69fd01728958945202c SHA512 6fd5601522c682867d89a37a10273077f4e2a9d759b63e076a2ab539e673b91544983eed2d6e143e00bff571df01650202cdf264d5c333aebd95a28e89772af3
|
||||
|
|
|
@ -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