Add new package: dnsmap (#18760)
This commit is contained in:
parent
84f111ff85
commit
3cdb79f569
20
var/spack/repos/builtin/packages/dnsmap/package.py
Normal file
20
var/spack/repos/builtin/packages/dnsmap/package.py
Normal file
@ -0,0 +1,20 @@
|
||||
# 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 Dnsmap(MakefilePackage):
|
||||
"""dnsmap was originally released back in 2006 and was inspired
|
||||
by the fictional story."""
|
||||
|
||||
homepage = "https://github.com/makefu/dnsmap"
|
||||
git = "https://github.com/makefu/dnsmap.git"
|
||||
|
||||
version('master', branch='master')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
mkdirp(prefix.bin)
|
||||
install('dnsmap', prefix.bin)
|
Loading…
Reference in New Issue
Block a user