blob: 5420f8fb0d050105f603d427589609b1ecbd26ce [file] [log] [blame]
# Copyright 2014 The ChromiumOS Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DESCRIPTION="A broad, well-tested, modular, and cross-browser JavaScript library"
HOMEPAGE="https://developers.google.com/closure/library/"
GIT_REV="7744b75c637054ed38b14901d091ec3196b2ef9b"
SRC_URI="https://github.com/google/${PN}/archive/${GIT_REV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="*"
S="${WORKDIR}"
src_install() {
insinto /opt/closure-library
doins -r closure-library-${GIT_REV}/*
}