From 5a774888c15c0a7838325129e18fef0a0bdcf7b0 Mon Sep 17 00:00:00 2001 From: Reed Wade Date: Fri, 19 Feb 2021 15:02:16 +0100 Subject: [PATCH] ctags: update to 5.9.20210214.0 --- srcpkgs/ctags/template | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/srcpkgs/ctags/template b/srcpkgs/ctags/template index 0065bd92b36..d526ac742ad 100644 --- a/srcpkgs/ctags/template +++ b/srcpkgs/ctags/template @@ -1,14 +1,20 @@ # Template file for 'ctags' pkgname=ctags -version=5.8 -revision=7 +version=5.9.20210214.0 +revision=1 +wrksrc=ctags-p${version} build_style=gnu-configure +hostmakedepends="pkg-config automake python3-docutils" short_desc="Generates an index file of language objects found in source files" maintainer="Jan S. " -license="GPL-3" -homepage="http://ctags.sourceforge.net/" -distfiles="${SOURCEFORGE_SITE}/ctags/${version}/ctags-${version}.tar.gz" -checksum=0e44b45dcabe969e0bbbb11e30c246f81abe5d32012db37395eb57d66e9e99c7 +license="GPL-2.0-only" +homepage="https://ctags.io/" +distfiles="https://github.com/universal-ctags/ctags/archive/p${version}.tar.gz" +checksum=26d9efe481a57e81195878cdb0baca730a3c4d234b9a7c4f6bf2c8def42bf42b + +pre_configure() { + ./autogen.sh +} do_install() { make prefix=${DESTDIR}/usr bindir=${DESTDIR}/usr/bin mandir=${DESTDIR}/usr/share/man install