# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id$

PortSystem          1.0
PortGroup           github 1.0

github.setup        RichiH vcsh 1.20150502 v
revision            1

categories          sysutils
platforms           darwin
maintainers         googlemail.com:gjasny openmaintainer
license             GPL-2+

description         Version Control System for \$HOME - multiple Git repositories in \$HOME

long_description    vcsh allows you to have several git repositories, all maintaining their working \
                    trees in \$HOME without clobbering each other. That, in turn, means you can have \
                    one repository per config set (zsh, vim, ssh, etc), picking and choosing which \
                    configs you want to use on which machine.

checksums           rmd160  52033a72871032047289b61cf6a93d2365d6ee6e \
                    sha256  0c23ce0755c24444771eefd434770f4e93a1ae9fc65f8e0e6744779d1b0b5477

supported_archs     noarch

depends_build       port:rb19-ronn
depends_lib         port:git
depends_run         port:myrepos

use_configure       no

patchfiles          patch-Makefile.diff

destroot.post_args-append   RONN=${prefix}/bin/ronn-1.9 \
                            PREFIX=${prefix}