forked from tpkg/client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Portfile.template
39 lines (29 loc) · 1.25 KB
/
Portfile.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# -*- 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$
PortSystem 1.0
PortGroup github 1.0
github.setup tpkg client %VER% 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 %RMD160% \
sha256 %SHA256%
depends_build port:rb-rake
depends_run port:facter
use_configure no
build {}
destroot.cmd ${prefix}/bin/rake
destroot.target install\[${destroot}\]
destroot.destdir