# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0

github.setup        git-ftp git-ftp 1.6.0
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            0
maintainers         {judaew @judaew} openmaintainer

categories          devel
description         Git powered FTP client written as shell script.
long_description    ${name} is a {*}${description}
license             GPL-3

platforms           any

supported_archs     noarch

depends_run         port:curl \
                    port:git

checksums           rmd160  92e2ea232df8d0f88eeb6ffa86f3e36e83ebae84 \
                    sha256  d1495145d190c46a213e69e4bd20d6fa21643345b96bba70cd798c72dfd341cc \
                    size    1817064

use_configure       no

build {}

destroot.destdir    prefix=${destroot}${prefix}

variant doc description {Include documentation} {

    depends_build-append port:pandoc
    destroot.target     install-all
}
