diff options
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 00000000000..472a3e40c39 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,14 @@ +pkgbase = cgicc + pkgdesc = C++ library that simplifies the creation of CGI applications + pkgver = 3.2.16 + pkgrel = 1 + url = https://www.gnu.org/software/cgicc/ + arch = i686 + arch = x86_64 + license = LGPL3 + makedepends = doxygen + source = http://ftp.gnu.org/gnu/cgicc/cgicc-3.2.16.tar.gz + sha256sums = 9dceb36d2da52791ee11f2fb5bb6435c22e69ef50f38073c4329386b883d5aaa + +pkgname = cgicc + |