diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2020-03-31 13:02:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 13:02:20 -0500 |
commit | 25a65638ff19119dcb04db784170eaa44d545a8e (patch) | |
tree | f5cf90da45a3fa02bc5eafc295d7a9c48c374af7 /var | |
parent | 663c3d21b55165be2019ddeb2262d490012c13b3 (diff) | |
download | spack-25a65638ff19119dcb04db784170eaa44d545a8e.tar.gz spack-25a65638ff19119dcb04db784170eaa44d545a8e.tar.bz2 spack-25a65638ff19119dcb04db784170eaa44d545a8e.tar.xz spack-25a65638ff19119dcb04db784170eaa44d545a8e.zip |
autoconf-archive: add new package (#15782)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/autoconf-archive/package.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/autoconf-archive/package.py b/var/spack/repos/builtin/packages/autoconf-archive/package.py new file mode 100644 index 0000000000..91e89d46e9 --- /dev/null +++ b/var/spack/repos/builtin/packages/autoconf-archive/package.py @@ -0,0 +1,14 @@ +# 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) + + +class AutoconfArchive(AutotoolsPackage, GNUMirrorPackage): + """The GNU Autoconf Archive is a collection of more than 500 macros for + GNU Autoconf.""" + + homepage = "https://www.gnu.org/software/autoconf-archive/" + gnu_mirror_path = "autoconf-archive/autoconf-archive-2019.01.06.tar.xz" + + version('2019.01.06', sha256='17195c833098da79de5778ee90948f4c5d90ed1a0cf8391b4ab348e2ec511e3f') |