summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorSinan <sbulutw@gmail.com>2019-08-31 12:10:30 -0700
committerAdam J. Stewart <ajstewart426@gmail.com>2019-08-31 14:10:30 -0500
commit392e790884c1401616a47ed4e4f2dedcc0978915 (patch)
treeb5198d604909c08aab2d85cac35ce0d1afdaa682 /var
parented6c9e8ed80ba909ea7e6b0407eb821157b37010 (diff)
downloadspack-392e790884c1401616a47ed4e4f2dedcc0978915.tar.gz
spack-392e790884c1401616a47ed4e4f2dedcc0978915.tar.bz2
spack-392e790884c1401616a47ed4e4f2dedcc0978915.tar.xz
spack-392e790884c1401616a47ed4e4f2dedcc0978915.zip
new package: libwebp (#12669)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/libwebp/package.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/libwebp/package.py b/var/spack/repos/builtin/packages/libwebp/package.py
new file mode 100644
index 0000000000..f07620be51
--- /dev/null
+++ b/var/spack/repos/builtin/packages/libwebp/package.py
@@ -0,0 +1,19 @@
+# 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 Libwebp(CMakePackage):
+ """
+ WebP is a modern image format that provides superior lossless and lossy
+ compression for images on the web. Using WebP, webmasters and web
+ developers can create smaller, richer images that make the web faster.
+ """
+
+ homepage = "https://developers.google.com/speed/webp/"
+ url = "https://github.com/webmproject/libwebp/archive/v1.0.3.tar.gz"
+
+ version('1.0.3', sha256='082d114bcb18a0e2aafc3148d43367c39304f86bf18ba0b2e766447e111a4a91')