diff --git a/www-misc/as-stats-gui/Manifest b/www-misc/as-stats-gui/Manifest new file mode 100644 index 0000000..3f0ec61 --- /dev/null +++ b/www-misc/as-stats-gui/Manifest @@ -0,0 +1 @@ +DIST as-stats-gui-0.2.tar.gz 2708777 BLAKE2B 506da226c62146e54f05af099fc91447bd439065ea325fcab82162ac72582f86b17d8806f9311526e2990954840e3bf785d3c072f90afd7ecb02c472684baa51 SHA512 59193d5e6489df72f898ee7eceed9ffa1ae5105a5232fc62c7b2fa52e52890bd045f28feaadc65f9f62eb28bf46817d707a23db39fd036f91f24eb0f4059d90a diff --git a/www-misc/as-stats-gui/as-stats-gui-0.2.ebuild b/www-misc/as-stats-gui/as-stats-gui-0.2.ebuild new file mode 100644 index 0000000..76278b3 --- /dev/null +++ b/www-misc/as-stats-gui/as-stats-gui-0.2.ebuild @@ -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}"/* +} diff --git a/www-misc/as-stats-gui/metadata.xml b/www-misc/as-stats-gui/metadata.xml new file mode 100644 index 0000000..a69b0a0 --- /dev/null +++ b/www-misc/as-stats-gui/metadata.xml @@ -0,0 +1,8 @@ + + + + + Alarig Le Lay + alarig@swordarmor.fr + +