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.2 jq- |
---|
7 | |
---|
8 | categories devel |
---|
9 | platforms darwin |
---|
10 | license MIT |
---|
11 | maintainers robsonpeixoto.com:robinho nomaintainer |
---|
12 | description Command-line JSON processor |
---|
13 | long_description jq is a lightweight and flexible command-line JSON processor |
---|
14 | |
---|
15 | checksums rmd160 44df3e85f538a28d47aaa8b9bd9fd9cb2d1f558e \ |
---|
16 | sha256 c7fc8739bb9980d75a36508d1485c51aa6504c6fca49372dc39ea94b5695e5f9 |
---|
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 |
---|