diff options
author | Maarten van Gompel | 2015-06-21 12:51:04 +0200 |
---|---|---|
committer | Maarten van Gompel | 2015-06-21 12:51:04 +0200 |
commit | 4650148bf2641db1f22b523be31c5b5dcd7b7506 (patch) | |
tree | 22385128d43b6595648548355de7a3772951db4a /.SRCINFO | |
download | aur-python2-clam-git.tar.gz |
Initial import
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 00000000000..aa26503f9e9 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,22 @@ +pkgbase = python2-clam-git + pkgdesc = CLAM turns command-line tools into fully RESTful webservices and also offers a modern web-based user-interface + pkgver = 1472 + pkgrel = 2 + url = http://proycon.github.io/clam + arch = i686 + arch = x86_64 + license = GPL + makedepends = git + depends = python2 + depends = python2-setuptools + depends = python2-lxml + depends = python2-webpy + depends = python2-crypto + depends = python2-pycurl + depends = python2-requests-oauthlib + provides = python2-clam + source = git://github.com/proycon/clam + md5sums = SKIP + +pkgname = python2-clam-git + |