mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-ruby/ruby-build: new package from https://gpo.zugaina.org/dev-ruby/ruby-build
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
12
dev-ruby/ruby-build/metadata.xml
Normal file
12
dev-ruby/ruby-build/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>Vitaly Zdanevich</name>
|
||||
<email>zdanevich.vitaly@ya.ru</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">rbenv/rbenv</remote-id>
|
||||
<bugs-to>https://github.com/rbenv/rbenv/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
29
dev-ruby/ruby-build/ruby-build-9999.ebuild
Normal file
29
dev-ruby/ruby-build/ruby-build-9999.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="Installs virtually any version of Ruby, from source"
|
||||
HOMEPAGE="https://github.com/rbenv/ruby-build"
|
||||
LICENSE="MIT"
|
||||
|
||||
SLOT=0
|
||||
EGIT_REPO_URI="https://github.com/rbenv/ruby-build.git"
|
||||
EGIT_BRANCH=master
|
||||
|
||||
src_compile() {
|
||||
:
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin bin/ruby-build
|
||||
exeinto /usr/libexec/rbenv
|
||||
doexe bin/rbenv-install
|
||||
doexe bin/rbenv-uninstall
|
||||
insinto /usr/share/ruby-build
|
||||
doins share/ruby-build/*
|
||||
doman share/man/man1/*.1
|
||||
dodoc README.md
|
||||
}
|
||||
Reference in New Issue
Block a user