You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
31 lines
1009 B
Tcl
31 lines
1009 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 postmodern ruby-install 0.9.0 v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
revision 0
|
|
categories ruby
|
|
license MIT
|
|
platforms any
|
|
supported_archs noarch
|
|
|
|
maintainers {catlett.info:chad @chadcatlett} \
|
|
{hotmail.com:franklinyu @FranklinYu} \
|
|
openmaintainer
|
|
|
|
description Installs Ruby, JRuby, Rubinius, TruffleRuby or mruby.
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 e910c3ebb70df56d6fe3167e31a0f72e528032d5 \
|
|
sha256 f256e29b317d93fb1f110e61202c7aeee453eb01633cad3418a322283034322f \
|
|
size 34550
|
|
|
|
use_configure no
|
|
|
|
build {}
|
|
|
|
destroot.args PREFIX=${prefix}
|