summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/exuberant-ctags/package.py
blob: f77678b397426579bca3d7982b8a4b75471aa78b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2013-2018 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 ExuberantCtags(AutotoolsPackage):
    """The canonical ctags generator"""
    homepage = "ctags.sourceforge.net"
    url      = "http://downloads.sourceforge.net/project/ctags/ctags/5.8/ctags-5.8.tar.gz"

    version('5.8', 'c00f82ecdcc357434731913e5b48630d')