www-apps/novnc: fix install and create /usr/bin symlink

Closes: https://bugs.gentoo.org/714096
Closes: https://bugs.gentoo.org/714202
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
Matthew Thode
2020-03-24 12:10:46 -05:00
parent 541a22707e
commit d3ef689b07
2 changed files with 4 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ if [[ ${PV} == 9999 ]] ; then
else
SRC_URI="https://github.com/kanaka/noVNC/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
S="${WORKDIR}/noVNC-${PV}"
fi
LICENSE="LGPL-3"
@@ -42,4 +43,5 @@ src_install() {
insinto /usr/share/novnc
doins -r vnc.html vnc_lite.html app/ core/ vendor/
dosym vnc_lite.html /usr/share/novnc/vnc_auto.html # for compat
dosym ../share/novnc/utils/launch.sh /usr/bin/novnc
}

View File

@@ -16,6 +16,7 @@ if [[ ${PV} == 9999 ]] ; then
else
SRC_URI="https://github.com/kanaka/noVNC/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
S="${WORKDIR}/noVNC-${PV}"
fi
LICENSE="LGPL-3"
@@ -42,4 +43,5 @@ src_install() {
insinto /usr/share/novnc
doins -r vnc.html vnc_lite.html app/ core/ vendor/
dosym vnc_lite.html /usr/share/novnc/vnc_auto.html # for compat
dosym ../share/novnc/utils/launch.sh /usr/bin/novnc
}