mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-18 22:26:13 +01:00
19 lines
415 B
Bash
19 lines
415 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: Exp $
|
|
|
|
EAPI=5
|
|
USE_RUBY="ruby19 ruby20 ruby21"
|
|
|
|
inherit ruby-fakegem
|
|
|
|
DESCRIPTION="A Javascript code obfuscator"
|
|
HOMEPAGE="https://github.com/rapid7/jsobfu"
|
|
SRC_URI="mirror://rubygems/${P}.gem"
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
ruby_add_rdepend "=dev-ruby/rkelly-remix-0.0.6"
|