dev-ruby/uglifier - 4.2.1 (gentoo)

Search

Package Information

Description:
Ruby wrapper for UglifyJS JavaScript compressor
Homepage:
https://github.com/lautis/uglifier
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
4.2.1 8 ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 4
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

USE_RUBY="ruby32 ruby33 ruby34 ruby40"

RUBY_FAKEGEM_RECIPE_TEST="rspec3"

RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"

RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"

inherit ruby-fakegem

DESCRIPTION="Ruby wrapper for UglifyJS JavaScript compressor"
HOMEPAGE="https://github.com/lautis/uglifier"
SRC_URI="https://github.com/lautis/uglifier/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="4"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"

IUSE="test"

ruby_add_rdepend ">=dev-ruby/execjs-0.3.0:*"

ruby_add_bdepend "test? ( dev-ruby/sourcemap )"

all_ruby_prepare() {
	sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
}

USE Flags

Manifest for 4.2.1

Type File Size Source URLs
DIST uglifier-4.2.1.tar.gz 201771 bytes https://github.com/lautis/uglifier/archive/v4.2.1.tar.gz