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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup facebook xctool 0.2 v |
---|
8 | categories devel |
---|
9 | platforms darwin |
---|
10 | maintainers ryandesign openmaintainer |
---|
11 | license 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 | |
---|
23 | checksums rmd160 ea1a1d38a8e552e993f264eb936b863a3e6ed7f5 \ |
---|
24 | sha256 4f8d7ef7eeb6f239071b8bb2ac8564a1ba632f7ee6b717a6cf0adca5963aa79f |
---|
25 | |
---|
26 | use_configure no |
---|
27 | |
---|
28 | #pre-build { |
---|
29 | # file mkdir ${destroot}${prefix} |
---|
30 | #} |
---|
31 | |
---|
32 | build.cmd ./scripts/build.sh |
---|
33 | build.target |
---|
34 | #build.args XT_INSTALL_ROOT=${destroot}${prefix} |
---|
35 | |
---|
36 | destroot {} |
---|