From 7313cb4a8c3999cb951bf18c6bb8559ca02d6220 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 | 20 ++++++++++++++++++++ 1 file changed, 20 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..b004ee38940 --- /dev/null +++ b/srcpkgs/universal-ctags/template @@ -0,0 +1,20 @@ +# 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" +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 +}