Add new package: mlocate (#18788)
This commit is contained in:
parent
16c0375d70
commit
17c55f3d91
1 changed files with 20 additions and 0 deletions
20
var/spack/repos/builtin/packages/mlocate/package.py
Normal file
20
var/spack/repos/builtin/packages/mlocate/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 Mlocate(AutotoolsPackage):
|
||||
"""mlocate is a locate/updatedb implementation. The 'm' stands for "merging":
|
||||
updatedb reuses the existing database to avoid rereading most of the file
|
||||
system, which makes updatedb faster and does not trash the system caches as
|
||||
much."""
|
||||
|
||||
homepage = "https://pagure.io/mlocate"
|
||||
url = "https://releases.pagure.org/mlocate/mlocate-0.26.tar.xz"
|
||||
|
||||
version('0.26', sha256='3063df79fe198fb9618e180c54baf3105b33d88fe602ff2d8570aaf944f1263e')
|
||||
version('0.25', sha256='ab95c111f9dba35b5690896180dd0a7639dbf07d70b862fcb0731264d9273951')
|
||||
version('0.24', sha256='5787bee846735e21ff57df9e345d5db73d684d2cea9efc0f387462ccfbc6796f')
|
Loading…
Reference in a new issue