jq.paketlendi
This commit is contained in:
parent
d3e7e26da0
commit
2481d88639
1 changed files with 18 additions and 0 deletions
18
talimatname/genel/jq/talimat
Normal file
18
talimatname/genel/jq/talimat
Normal 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
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue