Ticket #45044: Portfile

File Portfile, 1.0 KB (added by ryandesign (Ryan Carsten Schmidt), 10 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$
3
4PortSystem          1.0
5PortGroup           github 1.0
6
7github.setup        facebook xctool 0.2 v
8categories          devel
9platforms           darwin
10maintainers         ryandesign openmaintainer
11license             Apache-2
12
13
14#github.tarball_from releases
15#distname            ${github.project}-${github.tag_prefix}${github.version}
16#use_zip             yes
17#
18#checksums           rmd160  6900a08275b633dfcc3b0807be087c384c6a8af0 \
19#                    sha256  36bf512ebce617da64ddc256b96a00f8f54408f4f4280cc5ed08f283e83c5efd
20#
21#extract.mkdir       yes
22
23checksums           rmd160  ea1a1d38a8e552e993f264eb936b863a3e6ed7f5 \
24                    sha256  4f8d7ef7eeb6f239071b8bb2ac8564a1ba632f7ee6b717a6cf0adca5963aa79f
25
26use_configure       no
27
28#pre-build {
29#    file mkdir ${destroot}${prefix}
30#}
31
32build.cmd           ./scripts/build.sh
33build.target
34#build.args          XT_INSTALL_ROOT=${destroot}${prefix}
35
36destroot {}