dev-ruby/terser - 1.2.6 (graaff)

Search

Install

Install this version:

emerge -a =dev-ruby/terser-1.2.6

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-ruby/terser-1.2.6

Or alternatively:

emerge --autounmask-write -a =dev-ruby/terser-1.2.6

Package Information

Description:
Terser minifies JavaScript files by wrapping TerserJS to be accessible in Ruby
Homepage:
https://github.com/ahorek/terser-ruby
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.2.6 8 ~amd64 1
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"

# There are specs but building the gem involves handling git submodules so we skip that for now.
RUBY_FAKEGEM_RECIPE_TEST="none"

RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"

inherit ruby-fakegem

DESCRIPTION="Terser minifies JavaScript files by wrapping TerserJS to be accessible in Ruby"
HOMEPAGE="https://github.com/ahorek/terser-ruby"
LICENSE="MIT"

SLOT="1"
KEYWORDS="~amd64"

ruby_add_rdepend "=dev-ruby/execjs-2*"

Inherited Eclasses