Ticket #35872: Portfile-git-flow

File Portfile-git-flow, 1.1 KB (added by gorticus (Jason Mitchell), 12 years ago)
Line 
1# -*- 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
2# $Id: Portfile 84550 2011-09-27 21:05:11Z snc@macports.org $
3
4PortSystem              1.0
5PortGroup               github 1.0
6
7github.setup            nvie gitflow 0.4.1
8fetch.type              git
9
10name                    git-flow
11categories              devel
12platforms               darwin
13maintainers             maiar.org:jason-macports openmaintainer
14license                 BSD
15supported_archs         noarch
16
17description             Git extensions for Vincent Driessen branching.
18
19long_description        A collection of Git extensions to provide high-level \
20                        repository operations for Vincent Driessen branching.
21
22depends_build-append    port:git-core
23
24depends_run-append      port:getopt
25
26post-fetch {
27    # Does the github portgroup support 'clone --recursive'?
28    # This will be removed once the python re-write is complete.
29    system "cd ${worksrcpath} && git submodule update --init"
30}
31
32use_configure           no
33
34build {}
35
36destroot.destdir        prefix=${destroot}${prefix}