www-misc/as-stats-gui: New ebuild
Package-Manager: Portage-2.3.99, Repoman-2.3.22
This commit is contained in:
parent
3919627ceb
commit
166505d275
1
www-misc/as-stats-gui/Manifest
Normal file
1
www-misc/as-stats-gui/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST as-stats-gui-0.2.tar.gz 2708777 BLAKE2B 506da226c62146e54f05af099fc91447bd439065ea325fcab82162ac72582f86b17d8806f9311526e2990954840e3bf785d3c072f90afd7ecb02c472684baa51 SHA512 59193d5e6489df72f898ee7eceed9ffa1ae5105a5232fc62c7b2fa52e52890bd045f28feaadc65f9f62eb28bf46817d707a23db39fd036f91f24eb0f4059d90a
|
28
www-misc/as-stats-gui/as-stats-gui-0.2.ebuild
Normal file
28
www-misc/as-stats-gui/as-stats-gui-0.2.ebuild
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Web GUI for AS-Stats"
|
||||
HOMEPAGE="https://github.com/nidebr/as-stats-gui"
|
||||
MY_GITHUB_AUTHOR="nidebr"
|
||||
SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
rm LICENSE
|
||||
rm README.md
|
||||
|
||||
insinto "/usr/share/${PN}"
|
||||
doins -r "${S}"/*
|
||||
}
|
8
www-misc/as-stats-gui/metadata.xml
Normal file
8
www-misc/as-stats-gui/metadata.xml
Normal 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">
|
||||
<name>Alarig Le Lay</name>
|
||||
<email>alarig@swordarmor.fr</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
Loading…
Reference in a new issue