jq.paketlendi

This commit is contained in:
milisman 2016-10-27 02:41:58 +03:00
parent d3e7e26da0
commit 2481d88639
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Description: komut satirinda json parcalayici
# URL: https://stedolan.github.io/jq/
# Packager: milisarge
# Depends on:
name=jq
version=1.5
release=1
source=(https://github.com/stedolan/$name/releases/download/$name-$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}