diff options
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 00000000000..8aeb9b5a493 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,23 @@ +pkgbase = wcc-git + pkgdesc = The Witchcraft Compiler Collection + pkgver = 0.0.1.r1.g391ae30 + pkgrel = 1 + arch = i686 + arch = x86_64 + license = MIT + makedepends = git + makedepends = make + depends = capstone + depends = glibc + depends = binutils + depends = zlib + depends = libelf + depends = readline + depends = gsl + provides = wcc + conflicts = wcc + source = git+https://github.com/endrazine/wcc.git + sha256sums = SKIP + +pkgname = wcc-git + |