forked from tastytea/overlay
games-server/factorio-server: Version bump 1.1.48.
This commit is contained in:
parent
81fbfef8fb
commit
dfe9f3d4fb
|
@ -1,2 +1,3 @@
|
|||
DIST factorio-server-1.1.42.tar.xz 51349428 BLAKE2B 5ea4139c7322118514bf772c2bf41c27dc1a65dbb0b4b71e8c18ed423d212ac7bc0f3319829c352ffdc357e73cb720f8c87b351a513671d5a2b12630a6948e3c SHA512 65966f8cbc478b832ddaa0445173f9f2f5c1733f924a8476272680dc1fce7e03c2442b1634a8178e684737c2d8b800fecfdbd19429d99f866a3d6c50e2a1b5d7
|
||||
DIST factorio-server-1.1.46.tar.xz 51355696 BLAKE2B 4eed5ebdc86acd10469d74ce968f46bb0060741b6657acab9db09be562ba526a89a1711aa75c94e104e62553a821a896a0d7f9abc89c76b780c5250fbebf66a3 SHA512 830d2c1fbf54bf338d287beb6a084cb0fc36d8fb1e8bb50f1b5be1821d14655097c605eaad64c3d993d91dbc0d80a74cd3f34301b3678d0080b1326b2b7d0cb4
|
||||
DIST factorio-server-1.1.48.tar.xz 51432096 BLAKE2B b78ebc2722c8a6dce67f632addf36b26b9a380ca0b825026f673697afcfa9c384ebf208bbc89833431c9b7443b033016e38dc869e896a7bb9cef8fbdfa07aab8 SHA512 c6866652dd95d2fe7e2c4a3359b67f461df184d687e7689638185ceab41dc556ce43c00261667e0e0adb40ae5af7b67b92a11d6f1542819dc0862e825ef235e0
|
||||
|
|
28
games-server/factorio-server/factorio-server-1.1.48.ebuild
Normal file
28
games-server/factorio-server/factorio-server-1.1.48.ebuild
Normal file
|
@ -0,0 +1,28 @@
|
|||
# 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