Skip to content
All gists
GitHub
Sign up for a GitHub account
Sign in
13k
/
PKGBUILD
Code
Revisions
1
Embed
URL
HTTPS
clone URL
Subversion
checkout URL
You can clone with
HTTPS
or
Subversion
.
Download ZIP
Raw
PKGBUILD
## Maintainer : shahid <helllamer@gmail.com>
prog=jsonpp
pkgname=
${prog}
-bin
pkgver=1.1.0
pkgrel=1
pkgdesc=
"
A command line JSON pretty printer.
"
arch=(
'
x86_64
'
)
url=
"
http://jmhodges.github.com/jsonpp
"
depends=()
license=(
'
MIT
'
)
conflicts=(
'
jsonpp
'
)
provides=
$conflicts
source
=(
"
http://projects.somethingsimilar.com/jsonpp/downloads/jsonpp-1.1.0-linux-x86_64.zip
"
)
md5sums=(
'
8e072828425e68ffa46d949ff938a222
'
)
package
() {
mkdir -p
$pkgdir
/usr/bin/
$pkgdir
/usr/share/
$prog
/
cd
$srcdir
/
$prog
-
$pkgver
install -D -m755
$prog
$pkgdir
/usr/bin/
install -D -m644 README.md
$pkgdir
/usr/share/
$prog
/
}
Sign up for free
to join this conversation on GitHub
. Already have an account?
Sign in to comment
Something went wrong with that request. Please try again.