# -*- 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 # $Id$ PortSystem 1.0 PortGroup github 1.0 github.setup rbenv rbenv 1.0.0 v revision 1 license MIT platforms darwin supported_archs noarch maintainers mojca openmaintainer description Simple Ruby Version Management long_description ${description} checksums rmd160 602fc2c045520e65c1bc4175c81bee13dd4446b4 \ sha256 a5b2ee98492af7195539d3f05791c9ec7c11bed269d5bfba3ba9dbeb2d97dd40 worksrcdir rbenv-rbenv-3997a39 patchfiles patch-libexec-rbenv-init.diff use_configure no build {} destroot { copy ${worksrcpath}/libexec ${destroot}${prefix}/libexec/rbenv ln -s ../libexec/rbenv/rbenv ${destroot}${prefix}/bin/rbenv xinstall -d ${destroot}${prefix}/etc/bash_completion.d xinstall ${worksrcpath}/completions/rbenv.bash \ ${destroot}${prefix}/etc/bash_completion.d/rbenv xinstall -d ${destroot}${prefix}/share/zsh/site-functions xinstall ${worksrcpath}/completions/rbenv.zsh \ ${destroot}${prefix}/share/zsh/site-functions/rbenv.zsh_completion }