# -*- 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
# $Id: Portfile 98754 2012-10-15 03:21:48Z jmr@macports.org $

PortSystem          1.0
PortGroup           github 1.0

github.setup        tpkg client 2.3.3 v
github.tarball_from downloads

name                tpkg
distname            ${github.author}-${github.project}-${github.version}

categories          sysutils
maintainers         aput.net:jheiss openmaintainer
supported_archs     noarch
license             MIT

description         Tpkg is an application packaging and deployment tool.

long_description    Tpkg is a cross-platform tool for packaging and \
                    deploying applications. It is designed to work \
                    alongside your operating system's packaging tool. \
                    The deployment features in tpkg are designed to \
                    scale to deployments across hundreds or thousands \
                    of systems.

platforms           darwin

checksums           rmd160  03a3b051ba0f1dc2a9ed7a86ce4eae4ab364abfc \
                    sha256  e1078eb9a5c88a4fdd5394653aeb7e0984c9fbf8039a1596b5ed6729c00ce48a

depends_build       port:rb-rake
depends_run         port:facter

use_configure       no
build               {}
destroot.cmd        ${prefix}/bin/rake
destroot.target     install\[${destroot}\]
destroot.destdir
