New package: urlmatch-git.
This commit is contained in:
19
srcpkgs/urlmatch-git/template
Normal file
19
srcpkgs/urlmatch-git/template
Normal file
@@ -0,0 +1,19 @@
|
||||
# Template file for 'urlmatch-git'
|
||||
pkgname=urlmatch-git
|
||||
version=20141116
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="git"
|
||||
makedepends="zlib-devel"
|
||||
short_desc="A fast URL matcher library (git snapshot)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="AGPL-3"
|
||||
homepage="https://github.com/clbr/urlmatch"
|
||||
|
||||
do_fetch() {
|
||||
git clone git://github.com/clbr/urlmatch ${wrksrc}
|
||||
}
|
||||
do_install() {
|
||||
vinstall urlmatch.h 644 usr/include
|
||||
vinstall liburlmatch.a 644 usr/lib
|
||||
}
|
||||
Reference in New Issue
Block a user