blob: 9deeb853a6673c73e460396f75016cddc67b86ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
pkgbase = brotli-git
pkgdesc = Brotli compression library
pkgver = 0.6.0.r29.g019091f
pkgrel = 2
url = https://github.com/google/brotli
arch = i686
arch = x86_64
license = MIT
makedepends = git
makedepends = cmake
makedepends = python
makedepends = python2
source = git+https://github.com/google/brotli.git
sha256sums = SKIP
pkgname = brotli-git
depends = glibc
provides = brotli
conflicts = brotli
pkgname = python-brotli-git
depends = python
provides = python-brotli
conflicts = python-brotli
pkgname = python2-brotli-git
depends = python2
provides = python2-brotli
conflicts = python2-brotli
|