mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-20 15:24:26 +01:00
15 lines
350 B
Bash
15 lines
350 B
Bash
# Copyright 1999-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI="5"
|
|
USE_RUBY="ruby20 ruby21 ruby22"
|
|
|
|
inherit multilib ruby-fakegem
|
|
|
|
DESCRIPTION="Simplistic port-like solution for developers"
|
|
HOMEPAGE="https://rubygems.org/gems/mini_portile2"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~arm ~x86"
|