Changes: improve q=1 compression on small files inverse Bazel workspace tree add rolling-composite-hasher for large-window mode add tools to download and transform static dictionary data
16 lines
398 B
Makefile
16 lines
398 B
Makefile
# $NetBSD: Makefile,v 1.5 2018/08/16 08:44:21 wiz Exp $
|
|
|
|
DISTNAME= brotli-1.0.5
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/google/brotli
|
|
COMMENT= Generic-purpose lossless compression algorithm
|
|
LICENSE= mit
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|