20 lines
483 B
Bash
20 lines
483 B
Bash
# Copyright 1999-2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
USE_RUBY="ruby31 ruby32 ruby33"
|
|
|
|
RUBY_FAKEGEM_EXTRADOC="README.md"
|
|
RUBY_FAKEGEM_GEMSPEC="asetus.gemspec"
|
|
|
|
inherit ruby-fakegem
|
|
|
|
DESCRIPTION="silly little configuration library for ruby"
|
|
HOMEPAGE="https://github.com/ytti/asetus"
|
|
SRC_URI="https://github.com/ytti/asetus/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
LICENSE="Apache-2.0"
|
|
SLOT="0"
|
|
KEYWORDS="amd64"
|
|
IUSE=""
|