summaryrefslogblamecommitdiff
path: root/var/spack/repos/builtin/packages/aspell6-de/package.py
blob: a30b30f6d0c1239397618ff2f07ba4f37718c701 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                         
                                                                         
 

                                              
                           

 
                                                     


                                            
                                                                    
 
                                                                                                         
# Copyright 2013-2022 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.package import *


class Aspell6De(AspellDictPackage, GNUMirrorPackage):
    """German (de) dictionary for aspell."""

    homepage = "http://aspell.net/"
    gnu_mirror_path = "aspell/dict/de/aspell6-de-20030222-1.tar.bz2"

    version('6-de-20030222-1', sha256='ba6c94e11bc2e0e6e43ce0f7822c5bba5ca5ac77129ef90c190b33632416e906')