void-packages/srcpkgs/ruby-build/template

22 lines
597 B
Bash

# Template file for 'ruby-build'
pkgname=ruby-build
version=20240727
revision=1
depends="bash"
short_desc="Compile and install Ruby"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/rbenv/ruby-build"
distfiles="https://github.com/rbenv/ruby-build/archive/refs/tags/v${version}.tar.gz"
checksum=c6359deb8694e19c00af37cadef239af7e3f00e63d89e9333870bbb0178d039c
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
}