summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/mawk/package.py
blob: 864e76b8f3e03cf81bd1145d6aab39d252a50bb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 Mawk(AutotoolsPackage):
    """mawk is an interpreter for the AWK Programming Language."""

    homepage = "http://invisible-island.net/mawk/mawk.html"
    url      = "http://invisible-mirror.net/archives/mawk/mawk-1.3.4.tgz"

    version('1.3.4', 'b1d27324ae80302452d0fa0c98447b65')

    provides('awk')