From 3a59057f7465d9982e26b92cddafa0ea9ba48806 Mon Sep 17 00:00:00 2001 From: darmac Date: Sun, 11 Oct 2020 09:55:33 +0800 Subject: Add new package: universal-ctags (#18962) --- .../builtin/packages/universal-ctags/package.py | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 var/spack/repos/builtin/packages/universal-ctags/package.py diff --git a/var/spack/repos/builtin/packages/universal-ctags/package.py b/var/spack/repos/builtin/packages/universal-ctags/package.py new file mode 100644 index 0000000000..4027e589ec --- /dev/null +++ b/var/spack/repos/builtin/packages/universal-ctags/package.py @@ -0,0 +1,23 @@ +# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other +# Spack Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: (Apache-2.0 OR MIT) + +from spack import * + + +class UniversalCtags(AutotoolsPackage): + """Universal Ctags generates an index (or tag) file of language + objects found in source files for many popular programming languages. + This index makes it easy for text editors and other tools to locate + the indexed items.""" + + homepage = "https://ctags.io/" + git = "https://github.com/universal-ctags/ctags.git" + + version('master', branch='master') + + depends_on('autoconf', type='build') + depends_on('automake', type='build') + depends_on('libtool', type='build') + depends_on('m4', type='build') -- cgit v1.2.3-70-g09d2