From 8b66be333be292e3b7261a685a50d8619f7b3094 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 17 Nov 2018 01:46:44 -0200 Subject: [PATCH] urlmatch-git: remove --- srcpkgs/urlmatch-git/INSTALL.msg | 1 + srcpkgs/urlmatch-git/template | 20 +++++--------------- 2 files changed, 6 insertions(+), 15 deletions(-) create mode 100644 srcpkgs/urlmatch-git/INSTALL.msg diff --git a/srcpkgs/urlmatch-git/INSTALL.msg b/srcpkgs/urlmatch-git/INSTALL.msg new file mode 100644 index 00000000000..3e1da2d66c0 --- /dev/null +++ b/srcpkgs/urlmatch-git/INSTALL.msg @@ -0,0 +1 @@ +urlmatch-git is no longer provided by Void Linux, and will be fully removed from the repos on 2019/02/17 diff --git a/srcpkgs/urlmatch-git/template b/srcpkgs/urlmatch-git/template index cf9c1054b09..4285dd5d75f 100644 --- a/srcpkgs/urlmatch-git/template +++ b/srcpkgs/urlmatch-git/template @@ -1,19 +1,9 @@ # 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 " -license="AGPL-3" +revision=2 +noarch=yes +build_style=meta +short_desc="A fast URL matcher library (git snapshot) (removed package)" +license="metapackage" 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 -}