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..04e6f03ed29e
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,23 @@
+pkgbase = virtualfish
+ pkgdesc = A virtualenv wrapper for the Fish shell
+ pkgver = 1.0.5
+ pkgrel = 4
+ url = https://github.com/adambrenecki/virtualfish
+ arch = any
+ license = MIT
+ depends = python-virtualenv
+ depends = python2-virtualenv
+ depends = python-setuptools
+ depends = python2-setuptools
+ options = !emptydirs
+ source = virtualfish::git+https://github.com/adambrenecki/virtualfish.git#tag=1.0.5
+ sha1sums = SKIP
+
+pkgname = python-virtualfish
+ depends = python-virtualenv
+ depends = python-setuptools
+
+pkgname = python2-virtualfish
+ depends = python2-virtualenv
+ depends = python2-setuptools
+