urlmatch-git: remove

This commit is contained in:
maxice8 2018-11-17 01:46:44 -02:00 committed by Enno Boland
parent b7329e59ed
commit 8b66be333b
2 changed files with 6 additions and 15 deletions

View File

@ -0,0 +1 @@
urlmatch-git is no longer provided by Void Linux, and will be fully removed from the repos on 2019/02/17

View File

@ -1,19 +1,9 @@
# Template file for 'urlmatch-git' # Template file for 'urlmatch-git'
pkgname=urlmatch-git pkgname=urlmatch-git
version=20141116 version=20141116
revision=1 revision=2
build_style=gnu-makefile noarch=yes
hostmakedepends="git" build_style=meta
makedepends="zlib-devel" short_desc="A fast URL matcher library (git snapshot) (removed package)"
short_desc="A fast URL matcher library (git snapshot)" license="metapackage"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="AGPL-3"
homepage="https://github.com/clbr/urlmatch" 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
}