# -*- 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: Portfile 106434 2013-05-26 15:59:40Z larryv@macports.org $

PortSystem          1.0
PortGroup           github 1.0

github.setup        RichiH vcsh 1.2 v
categories          sysutils
platforms           darwin
maintainers         googlemail.com:gjasny openmaintainer
license             GPL-2+

description         manage config files in HOME via fake bare git repositories

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  c950228bb58de180270cd8e87841743ea568b00b \
                    sha256  bcd46dda479369e5a0d65ede993e607751cc84f1ee7eaf56cb8c4f84b4319c6d

supported_archs     noarch
use_configure       no

depends_build       port:rb19-ronn
depends_lib         port:git-core
depends_run         port:mr

destroot.post_args-append   PREFIX=${prefix}
