void-packages/srcpkgs/ruby-build/template

22 lines
597 B
Bash

# Template file for 'ruby-build'
pkgname=ruby-build
version=20240722
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=e20be01cab3bafa924f33096e9ce9ed56ffeab47f6656d81049c2702114e9b55
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
}