Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
jq - Command-line JSON processor
jq can transform JSON in various ways, by selecting, iterating, reducing and otherwise mangling JSON documents
  • Loading branch information
wwwutz committed Aug 22, 2018
1 parent e16186d commit e1b01b7
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions jq.be0
@@ -0,0 +1,34 @@
#!/usr/bin/env beesh

# BEE_VERSION jq-1.5-0

SRCURL[0]="https://github.com/stedolan/jq/releases/download/jq-${PKGVERSION}/jq-${PKGVERSION}.tar.gz"

# BEE_CONFIGURE=compat

# BEE_BUILDTYPE=

# EXCLUDE=""

# build_in_sourcedir

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

mee_build() {
bee_build CFLAGS='-Wno-implicit-fallthrough'
}

mee_install() {
bee_install
rm -v ${D}/usr/lib/libjq.a
}

0 comments on commit e1b01b7

Please sign in to comment.