unitas-oxidized/dev-ruby/asetus/asetus-0.4.0.ebuild
2025-01-07 15:06:53 +01:00

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=""