diff options
author | Louis Sautier <sautier.louis@gmail.com> | 2017-11-07 11:44:06 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-11-07 14:48:53 +0100 |
commit | 787e32e95d964c6fba305c50a89cc42f8dd00699 (patch) | |
tree | 695f2aa6f6e96c0892ee8124354c88e8b943cfe0 /www-apps/airdcpp-webui/airdcpp-webui-2.2.1.ebuild | |
parent | net-p2p/airdcpp-webclient: bump to 2.2.1, fixes a remote crash (diff) | |
download | gentoo-787e32e95d964c6fba305c50a89cc42f8dd00699.tar.gz gentoo-787e32e95d964c6fba305c50a89cc42f8dd00699.tar.bz2 gentoo-787e32e95d964c6fba305c50a89cc42f8dd00699.zip |
www-apps/airdcpp-webui: bump to 2.2.1
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Closes: https://github.com/gentoo/gentoo/pull/6143
Diffstat (limited to 'www-apps/airdcpp-webui/airdcpp-webui-2.2.1.ebuild')
-rw-r--r-- | www-apps/airdcpp-webui/airdcpp-webui-2.2.1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.2.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.2.1.ebuild new file mode 100644 index 000000000000..213a54088678 --- /dev/null +++ b/www-apps/airdcpp-webui/airdcpp-webui-2.2.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Web interface for airdcpp-webclient" +HOMEPAGE="https://airdcpp-web.github.io/" +SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz" + +KEYWORDS="~amd64 ~x86" +LICENSE="MIT" +SLOT="0" +IUSE="" + +RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*" + +S="${WORKDIR}/package" + +src_install() { + insinto "/usr/share/airdcpp/web-resources" + doins -r dist/. +} |