From ed59a94d041478c179a48a9bae55fac7c8e9740e Mon Sep 17 00:00:00 2001 From: Sinan Date: Sat, 31 Aug 2019 12:40:26 -0700 Subject: new package: pngquant (#12609) --- var/spack/repos/builtin/packages/pngquant/package.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 var/spack/repos/builtin/packages/pngquant/package.py diff --git a/var/spack/repos/builtin/packages/pngquant/package.py b/var/spack/repos/builtin/packages/pngquant/package.py new file mode 100644 index 0000000000..130bdf93ab --- /dev/null +++ b/var/spack/repos/builtin/packages/pngquant/package.py @@ -0,0 +1,18 @@ +# Copyright 2013-2019 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 Pngquant(AutotoolsPackage): + """ + pngquant is a command-line utility and a library for lossy compression of + PNG images. + """ + + homepage = "https://pngquant.org/" + url = "http://pngquant.org/pngquant-2.12.5-src.tar.gz" + + version('2.12.5', sha256='3638936cf6270eeeaabcee42e10768d78e4dc07cac9310307835c1f58b140808') -- cgit v1.2.3-70-g09d2