mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
New package: ruby-build-20211203
This commit is contained in:
parent
09c7b5be30
commit
4103a2be06
1 changed files with 21 additions and 0 deletions
21
srcpkgs/ruby-build/template
Normal file
21
srcpkgs/ruby-build/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'ruby-build'
|
||||||
|
pkgname=ruby-build
|
||||||
|
version=20211203
|
||||||
|
revision=1
|
||||||
|
depends="bash"
|
||||||
|
short_desc="Compile and install Ruby"
|
||||||
|
maintainer="b-l-a-i-n-e <blaine.gilbreth@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/rbenv/ruby-build"
|
||||||
|
distfiles="https://github.com/rbenv/ruby-build/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=f6a9149b24c7452a512395bc43d9837171de5f43ef0cf191a4a24b013f6a2eed
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin bin/ruby-build
|
||||||
|
vbin bin/rbenv-install
|
||||||
|
vbin bin/rbenv-uninstall
|
||||||
|
vmkdir usr/share/ruby-build
|
||||||
|
vcopy share/ruby-build/* usr/share/ruby-build
|
||||||
|
vlicense LICENSE
|
||||||
|
vdoc README.md
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue