Ticket #37396: Portfile

File Portfile, 828 bytes (added by robsonpeixoto@…, 11 years ago)

JQ Version 1.2

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
6github.setup        stedolan jq 1.2 jq-
7
8categories          devel
9platforms           darwin
10license             MIT
11maintainers         robsonpeixoto.com:robinho nomaintainer
12description         Command-line JSON processor
13long_description    jq is a lightweight and flexible command-line JSON processor
14
15checksums           rmd160  44df3e85f538a28d47aaa8b9bd9fd9cb2d1f558e \
16                    sha256  c7fc8739bb9980d75a36508d1485c51aa6504c6fca49372dc39ea94b5695e5f9
17
18use_configure       no
19
20destroot {
21    file copy ${worksrcpath}/jq ${destroot}${prefix}/bin/jq
22}
23
24depends_build       port:flex \
25                    port:bison