# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 DESCRIPTION="Javascript shell based on Google's V8 Javascript engine" HOMEPAGE="https://github.com/attractivechaos/k8" SRC_URI="https://github.com/attractivechaos/${PN}/releases/download/v${PV}/${P}.tar.bz2" LICENSE="" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="=dev-lang/v8-3.16.4" RDEPEND="${DEPEND} sys-libs/zlib"