diff options
author | Marco Kundt | 2015-06-08 23:06:11 +0200 |
---|---|---|
committer | Marco Kundt | 2015-06-08 23:06:11 +0200 |
commit | 73cfdc8f0e2b97652af5f37fcf0f69b916eab100 (patch) | |
tree | 520db6314a7539fb4fa4bdb696fd3691a3378c09 /.SRCINFO | |
download | aur-73cfdc8f0e2b97652af5f37fcf0f69b916eab100.tar.gz |
initial commit
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 00000000000..bc9e3549630 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,17 @@ +pkgbase = cppcheck-nox + pkgdesc = A tool for static C/C++ code analysis without the GUI + pkgver = 1.69 + pkgrel = 1 + url = http://cppcheck.wiki.sourceforge.net/ + arch = i686 + arch = x86_64 + license = GPL + makedepends = docbook-xsl + makedepends = python + depends = python-pygments + optdepends = pcre: searching regex with cppcheck + source = https://github.com/danmar/cppcheck/archive/1.69.tar.gz + md5sums = 9bc7532d9371f506bc4547a05a1fdebf + +pkgname = cppcheck-nox + |