Package-Manager: Portage-2.3.6, Repoman-2.3.1
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-
EAPI=6
+
inherit eutils versionator
DESCRIPTION="JavaScript IDE for client- and server-side development with Node.js"
IUSE=""
RDEPEND=">=virtual/jdk-1.7"
+
S="${WORKDIR}/WebStorm-$(get_version_component_range 4-6)"
src_install() {
make_wrapper "${PN}" "/opt/${PN}/bin/${PN}.sh"
newicon "bin/${PN}.svg" "${PN}.svg"
make_desktop_entry "${PN}" "${PN}" "${PN}" "Development;IDE;"
-}
\ No newline at end of file
+}