summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO23
1 files changed, 23 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..1cc76256b1e1
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,23 @@
+pkgbase = python-nclib-git
+ pkgdesc = Netcat as a library
+ pkgver = r40.9213d5b
+ pkgrel = 1
+ url = https://github.com/rhelmot/nclib
+ arch = any
+ license = MIT
+ makedepends = git
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
+ source = git+https://github.com/rhelmot/nclib.git
+ md5sums = SKIP
+
+pkgname = python-nclib-git
+ depends = python
+ provides = python-nclib
+ conflicts = python-nclib
+
+pkgname = python2-nclib-git
+ depends = python2
+ provides = python2-nclib
+ conflicts = python2-nclib
+