summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO16
1 files changed, 16 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..96c5ee1b4a69
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = python-reedsolomon
+ pkgdesc = Pure-Python Reed Solomon encoder/decoder
+ pkgver = c9ec28a
+ pkgrel = 1
+ url = https://github.com/tomerfiliba/reedsolomon
+ arch = any
+ license = BSD
+ makedepends = python-setuptools
+ makedepends = git
+ depends = python
+ optdepends = cython
+ source = git+https://github.com/tomerfiliba/reedsolomon.git
+ sha256sums = SKIP
+
+pkgname = python-reedsolomon
+