mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-12 03:15:06 +01:00
23 lines
445 B
Bash
23 lines
445 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
USE_RUBY="ruby31 ruby32"
|
|
|
|
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
|
|
|
|
RUBY_FAKEGEM_RECIPE_TEST="none"
|
|
|
|
RUBY_FAKEGEM_EXTRAINSTALL="assets"
|
|
|
|
RUBY_FAKEGEM_BINWRAP=""
|
|
|
|
inherit ruby-fakegem
|
|
|
|
DESCRIPTION="Popper.js assets as a Ruby gem"
|
|
HOMEPAGE="https://github.com/glebm/popper_js-rubygem"
|
|
LICENSE="MIT"
|
|
|
|
KEYWORDS="amd64 ~arm64 x86"
|
|
SLOT="2"
|
|
IUSE=""
|