games-util/factorio-mod-updater: New ebuild

Python script to update mods on a dedicated factorio server

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2020-03-26 09:37:51 +01:00
parent 4f84a167c0
commit e616e2dce1
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
4 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST factorio-mod-updater-0.1.0.tar.gz 5255 BLAKE2B 56ac80d3190bd58edd698435ab332f61656071c82d41a1bafb1d33145a62eacddf6a2561c50ee8ba5feaae2332e4875c2d6a62184a771b758965634fa4056591 SHA512 492cf79c0a6147a71cfbe0341be0be32310979893a834a9561d654915d96e48b45940e7f05568603ef0d82a1cad7944c48f56d1b2d0b34ba585da8a20f6ed39f
DIST factorio-mod-updater-0.1.1.tar.gz 5268 BLAKE2B 2734ef968d5314b3dfc9ea59cac39ff9280833f6314e0876dc72b3d4736376a28bbe7e83515fdf9a704dd454abf4ba34026d87da41b1654b4068906218180e89 SHA512 c80dafe28206d91a26bc8e34c88fae5efe1eb7f40d3d3fef7db355b1d6fc38bb1ea3548ad08b562e81142aa6e8c9cb327ce97df3dc5d9e3d0f65bcb3530065c8

View File

@ -0,0 +1,28 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Python script to update mods on a dedicated factorio server"
HOMEPAGE="https://github.com/pdemonaco/factorio-mod-updater"
MY_GITHUB_AUTHOR="pdemonaco"
SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="all-rights-reserved"
RESTRICT="bindist mirror"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="
${DEPEND}
dev-python/requests
"
BDEPEND=""
src_install() {
default
newbin mod_updater.py mod_updater
}

View File

@ -0,0 +1,28 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Python script to update mods on a dedicated factorio server"
HOMEPAGE="https://github.com/pdemonaco/factorio-mod-updater"
MY_GITHUB_AUTHOR="pdemonaco"
SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="all-rights-reserved"
RESTRICT="bindist mirror"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="
${DEPEND}
dev-python/requests
"
BDEPEND=""
src_install() {
default
newbin mod_updater.py mod_updater
}

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>alarig@swordarmor.fr</email>
<name>Alarig Le Lay</name>
</maintainer>
</pkgmetadata>