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