forked from tastytea/overlay
games-server/factorio-server: Remove old ebuild
This commit is contained in:
parent
806a493025
commit
3750674b09
|
@ -1,3 +1,2 @@
|
|||
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
|
||||
DIST factorio-server-1.1.53.tar.xz 52117820 BLAKE2B 013b85fec3b3074f7025c3b232bb272e589e91957acb50045d8ff64f6a4fe7bfe4b0c9950c6d813bc76fc383e667d089da6d5ce1ac754425deed6242f2269953 SHA512 47771632adc4a1c682f3c5952efd39eacaf8c882da9ccd3ffe020e59d0cb4b6d0ad0a87f82cc8e8b605ff1b35f1c9ae8165e3fededb6e6cf7dad5f166fe2f72d
|
||||
|
|
|
@ -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