From 09cb1b9f215e4ef8765da6f5a9751f97d070a473 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sat, 6 Feb 2021 10:07:37 +0100 Subject: [PATCH] New package: universal-ctags-5.9.20210131.0 --- srcpkgs/universal-ctags/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/universal-ctags/template diff --git a/srcpkgs/universal-ctags/template b/srcpkgs/universal-ctags/template new file mode 100644 index 00000000000..43292a99886 --- /dev/null +++ b/srcpkgs/universal-ctags/template @@ -0,0 +1,21 @@ +# Template file for 'universal-ctags' +pkgname=universal-ctags +version=5.9.20210131.0 +revision=1 +wrksrc="ctags-p$version" +build_style=gnu-configure +makedepends="libxml2-devel libyaml-devel libseccomp-devel" +hostmakedepends="automake pkg-config" +short_desc="Maintained ctags implementation" +maintainer="Enno Boland " +license="GPL-2.0-or-later" +homepage="https://ctags.io" +distfiles="https://github.com/universal-ctags/ctags/archive/p$version.tar.gz" +checksum=3ddf33db791e4afaf8745c27ae4a1acf11947f2f198c727c97d215041a5fbdfa +provides="ctags-${version}_${revision}" +replaces="ctags>=0" +conflicts="ctags>=0" + +pre_configure() { + autoreconf -fi +}