app-arch/unrar-5.5.8: alpha stable, bug 628182
[gentoo.git] / www-apps / airdcpp-webui / airdcpp-webui-2.0.3.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="Web interface for airdcpp-webclient"
7 HOMEPAGE="https://airdcpp-web.github.io/"
8 SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
9
10 KEYWORDS="~amd64 ~x86"
11 LICENSE="MIT"
12 SLOT="0"
13 IUSE=""
14
15 RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
16
17 S="${WORKDIR}/package"
18
19 src_install() {
20         insinto "/usr/share/airdcpp/web-resources"
21         doins -r "${S}/dist"/*
22 }