games-server/factorio-server: Version bump 1.1.30.
This commit is contained in:
parent
2350772a6d
commit
aeadc4af7f
|
@ -1,2 +1,3 @@
|
|||
DIST factorio-server-1.1.26.tar.xz 51050336 BLAKE2B d077433f13dd423139f067186253a83d4b023b8b54cbb3a83dc00af006fe8f45513cf77d4f0ee9b068cf8639155ece94036e1ec8c59207cb381562442e487152 SHA512 89a79599d0f71e0859c4a28e0f4ab2d6688f6e961b61954ef8bcb2cec6007b9ec27070a955aba05861aad635fd588eac4d8dc3c309176830ba17edec9f40cd8b
|
||||
DIST factorio-server-1.1.27.tar.xz 51095664 BLAKE2B af62c5c8788598a161c2a9a045b349c296a737a7d2def91020bfb2f5c308ae07ba6a14d8d47ef93a937aa1bbe87259ab2d9a3ccf76d9323e67f79f24ea4de715 SHA512 274462ec31ec03bb0441add5e1b4d7ba316724263f0be16286ff9a994ce0b9635f711755a38b40ce78731361260e06a96cf8a780d72e974833afd60a49eb2ac7
|
||||
DIST factorio-server-1.1.30.tar.xz 51102008 BLAKE2B bd2867112b68b84c5e548bd6f4c0cf9a964ff3d7ad2770fa1f2d69e82b67625fca55744f890285119b1f26c84513feda829cb4905573bcb84a2a560d82d0eaa5 SHA512 2106688cc7ab4d9eae0e7d14b86e203bfcae2e1a3da6edbc8a0ef8a2a4a8dc5bf83bb89e7e58d952b0ea09a8b7888dcc523d8c06df70162f7e9454d00a9f7702
|
||||
|
|
28
games-server/factorio-server/factorio-server-1.1.30.ebuild
Normal file
28
games-server/factorio-server/factorio-server-1.1.30.ebuild
Normal file
|
@ -0,0 +1,28 @@
|
|||
# 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
|
||||
}
|
Reference in New Issue
Block a user