forked from tpkg/client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Portfile
39 lines (29 loc) · 1.33 KB
/
Portfile
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 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