From f1a1973e3e687ff0bb5b6d9e20eaf7508095dca3 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..511a4bf3f6b --- /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 +hostmakedepends="automake pkg-config" +makedepends="libxml2-devel libyaml-devel libseccomp-devel" +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 +}