games-server/factorio-server: drop 1.1.72
continuous-integration/drone/push Build is passing Details

Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
tastytea 2023-02-02 09:09:55 +01:00
parent bf017c47f8
commit 7abe8b3cbe
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
2 changed files with 0 additions and 29 deletions

View File

@ -1,3 +1,2 @@
DIST factorio-server-1.1.72.tar.xz 57865096 BLAKE2B a1abd9bc5df7bed51ac118bc8c879fd1c23f8e11722a88619bcc5033ffe01c3bf1918274fbf534afc4c8b728d428e75238307a5cc72722b31d0b2886f5d1c2b9 SHA512 e9fa29859aa8f80019071d63b2d57f08209c269993ccde117d694e1aa7d2cb992eae51a1b2e5383d4ab978657b27a335739e5d50ef3c26ac90f31a10052224e0
DIST factorio-server-1.1.74.tar.xz 57864892 BLAKE2B 5ff063676af1f9b33955f78a170a4500c9d755459f2462eb73fa73f1f78fa0b3cd67420ff27558f1008b23736f376023514189aa3e5cf95d3b6c36ded929110a SHA512 0efa150664cde71efdb90be1d5c08e96cd0e7975b455921ce4a9e3b8838597cb6e5f42ef9b48bf07b03c012d027117763e9c05d341b109bfadcf16d9785fa28f
DIST factorio-server-1.1.76.tar.xz 57977268 BLAKE2B ab5ee2a3b975a402cbbd4570d86de04bc8f7131bfa1db243d1b3b747ce8dc098b9c783d7263f9ecf67b66782ed521cf629bef9a3e60daec5fda3775475526d89 SHA512 b0dcf297e9c6731ad325277d5dc7a8b41389ec8e44a7140a6ff4e01d0a269aa1b600904a3d9add592496a31324664d7be10cff0ed197b8f994db2ecb1c08fa11

View File

@ -1,28 +0,0 @@
# Copyright 1999-2022 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
}