Ticket #36758: Portfile

File Portfile, 1.3 KB (added by gjasny@…, 12 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5PortGroup           github 1.0
6
7name                vcsh
8version             1.0
9
10categories          sysutils
11maintainers         googlemail.com:gjasny openmaintainer
12description         manage config files in HOME via fake bare git repositories
13
14long_description    vcsh allows you to have several git repositories, all maintaining their working \
15                    trees in HOME without clobbering each other. That, in turn, means you can have \
16                    one repository per config set (zsh, vim, ssh, etc), picking and choosing which \
17                    configs you want to use on which machine.
18
19license             GPL-2+
20
21homepage            https://github.com/RichiH/vcsh/blob/master/README.md
22
23github.setup        RichiH vcsh ${version} v
24
25checksums           rmd160 a104701eb1cbf4c4c7137ef8f93e419136248413 \
26                    sha256 d4776bd501ded81b2e50035bbe7ddd13990ee58110413e9164960bc6b1293c2c
27
28supported_archs     noarch
29use_configure       no
30
31depends_build       port:rb19-ronn
32depends_lib         port:git-core
33depends_run         port:mr
34
35destroot.post_args-append   PREFIX=${prefix}