You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
27 lines
819 B
Tcl
27 lines
819 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup rbenv ruby-build 20210405 v
|
|
categories ruby
|
|
license MIT
|
|
platforms darwin
|
|
supported_archs noarch
|
|
|
|
maintainers {mojca @mojca} openmaintainer
|
|
|
|
description Compile and install Ruby
|
|
long_description ${description}
|
|
|
|
checksums rmd160 404a68b5211cd4d59f47fcc2b02f4f7a8c05b6dd \
|
|
sha256 5c41b11f0eeff79bd07a4d94d7ed63a5e7912e947d13d513a02581ea085199ac \
|
|
size 70718
|
|
|
|
use_configure no
|
|
build {}
|
|
destroot.cmd ./install.sh
|
|
destroot.env PREFIX=${destroot}${prefix}
|
|
|
|
depends_lib port:rbenv
|