16 lines
559 B
Python
16 lines
559 B
Python
# 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 PerlAppCmd(PerlPackage):
|
|
"""Write command line apps with less suffering"""
|
|
|
|
homepage = "http://search.cpan.org/~rjbs/App-Cmd/lib/App/Cmd.pm"
|
|
url = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/App-Cmd-0.331.tar.gz"
|
|
|
|
version('0.331', sha256='4a5d3df0006bd278880d01f4957aaa652a8f91fe8f66e93adf70fba0c3ecb680')
|