summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO19
1 files changed, 19 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..2ebad90278c6
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+pkgbase = brotli
+ pkgdesc = Python compression library
+ pkgver = 0.2.0
+ pkgrel = 1
+ url = https://github.com/google/brotli
+ arch = i686
+ arch = x86_64
+ license = Apache
+ makedepends = python
+ makedepends = python2
+ source = brotli-0.2.0.tar.gz::https://github.com/google/brotli/archive/v0.2.0.tar.gz
+ sha256sums = 634d1089ee21b35e0ec5066cb5e44dd097e04e679e1e8c50bffa2b0dc77c2c29
+
+pkgname = python-brotli
+ depends = python
+
+pkgname = python2-brotli
+ depends = python2
+