diff options
author | Louis Sautier <sautier.louis@gmail.com> | 2016-02-28 03:53:06 +0100 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-02-29 00:27:24 +0800 |
commit | cbc0dbe632432941b47c7eb263521906e8274514 (patch) | |
tree | f03e34ab0c3f0b75d22509bff32f6efb7cae2244 /www-apps | |
parent | net-p2p/airdcpp-webclient: new package, DC++ client, vn. 0.16.5 (diff) | |
download | gentoo-cbc0dbe632432941b47c7eb263521906e8274514.tar.gz gentoo-cbc0dbe632432941b47c7eb263521906e8274514.tar.bz2 gentoo-cbc0dbe632432941b47c7eb263521906e8274514.zip |
www-apps/airdcpp-webui: new package, Web UI for airdcpp-webclient, vn. 0.16.2
Package-Manager: portage-2.2.27
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/airdcpp-webui/Manifest | 1 | ||||
-rw-r--r-- | www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild | 24 | ||||
-rw-r--r-- | www-apps/airdcpp-webui/metadata.xml | 20 |
3 files changed, 45 insertions, 0 deletions
diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest new file mode 100644 index 000000000000..7a3a2c0e17f1 --- /dev/null +++ b/www-apps/airdcpp-webui/Manifest @@ -0,0 +1 @@ +DIST airdcpp-webui-0.16.2.tgz 10910907 SHA256 d6b51beb090cf85f9dcc967ec163e211f263f05f792ac8e1ffa6af2625a03d92 SHA512 ccf7cacece5916d5c473ced387c7e2bc93f96d79bd840eec716cccf245c29e445a5eeaa8b8cb969bf25fcb5a546e90f23d05272d6092826eb23920c248342947 WHIRLPOOL 92d6ba833484758887e758cc2518f0f2e3360cd7452bff7ef0c1c9d752f03a6c51e9513ec16cdad03bb29b11d528ba791001267c0f357a0754161149f48dc323 diff --git a/www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild new file mode 100644 index 000000000000..baff4c886aa7 --- /dev/null +++ b/www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="WEB interface for airdcpp-webclient" +HOMEPAGE="https://www.npmjs.com/package/airdcpp-webui" +SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz" + +KEYWORDS="~amd64 ~x86" +LICENSE="MIT" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="net-p2p/airdcpp-webclient" + +S="${WORKDIR}/package" + +src_install() { + insinto "/usr/share/airdcpp/web-resources" + doins -r "${S}/dist"/* +} diff --git a/www-apps/airdcpp-webui/metadata.xml b/www-apps/airdcpp-webui/metadata.xml new file mode 100644 index 000000000000..d6c53d9a8e70 --- /dev/null +++ b/www-apps/airdcpp-webui/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>sautier.louis@gmail.com</email> + <name>Louis Sautier</name> + <description>Proxied maintainer; set to assignee in all bugs</description> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <remote-id type="github">airdcpp-web/airdcpp-webui</remote-id> + <bugs-to>https://github.com/airdcpp-web/airdcpp-webclient/issues</bugs-to> + </upstream> + <longdescription lang="en"> + AirDC++ Web UI written in Javascript. Communicates with AirDC++ Core via AirDC++ Web API. + </longdescription> +</pkgmetadata> |