From bce13b23ad2c962cd226077d6ff0f2412ae832a5 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 | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/srcpkgs/ctags/template b/srcpkgs/ctags/template index 0065bd92b36..a3f2b7d8a32 100644 --- a/srcpkgs/ctags/template +++ b/srcpkgs/ctags/template @@ -1,14 +1,21 @@ # 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 +makedepends="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 + +do_configure() { + ./autogen.sh + ./configure ${configure_args} +} do_install() { make prefix=${DESTDIR}/usr bindir=${DESTDIR}/usr/bin mandir=${DESTDIR}/usr/share/man install