yajl: use http instead of git.
This commit is contained in:
parent
b3491eb432
commit
b5385081c5
|
@ -3,15 +3,13 @@ pkgname=yajl
|
|||
version=2.1.0
|
||||
revision=2
|
||||
build_style=cmake
|
||||
hostmakedepends="ruby cmake doxygen git"
|
||||
hostmakedepends="ruby cmake doxygen"
|
||||
short_desc="Yet Another JSON Library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="ISC"
|
||||
homepage="http://lloyd.github.io/yajl/"
|
||||
|
||||
do_fetch() {
|
||||
git clone -b${version} git://github.com/lloyd/yajl.git yajl-${version}
|
||||
}
|
||||
distfiles="https://github.com/lloyd/yajl/archive/$version.tar.gz"
|
||||
checksum=3fb73364a5a30efe615046d07e6db9d09fd2b41c763c5f7d3bfb121cd5c5ac5a
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/lib
|
||||
|
|
Loading…
Reference in New Issue