summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/ruby-mustache/package.py
blob: 494bd4c8fc9d3d48b2372fb2b8757a714adf4d94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 RubyMustache(RubyPackage):
    """Inspired by ctemplate and et, Mustache is a framework-agnostic way to
    render logic-free views."""

    homepage = "https://github.com/mustache/mustache"
    url      = "https://github.com/mustache/mustache/archive/v1.1.1.tar.gz"

    version('1.1.1', sha256='9ab4a9842a37d5278789ba26152b0b78f649e3020266809ec33610a89f7e65ea')

    depends_on('ruby@2.0:', type=('build', 'run'))