summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorVinícius dos Santos Oliveira2015-06-14 02:01:14 -0300
committerVinícius dos Santos Oliveira2015-06-14 02:01:14 -0300
commit6ec7373ef56895b6ac6ad67f391125cf82859be2 (patch)
treec477e7f585bcfda6972ff267dbabfe112cb8af6f /.SRCINFO
downloadaur-6ec7373ef56895b6ac6ad67f391125cf82859be2.tar.gz
Genesis commit
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO18
1 files changed, 18 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..1d1743892b11
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,18 @@
+pkgbase = auto-complete-clang-async
+ pkgdesc = An emacs plugin to complete C and C++ code using libclang
+ pkgver = 0.5
+ pkgrel = 1
+ url = https://github.com/Golevka/emacs-clang-complete-async
+ install = auto-complete-clang-async.install
+ arch = i686
+ arch = x86_64
+ license = GPL
+ makedepends = git
+ depends = emacs
+ depends = auto-complete
+ depends = clang
+ source = git+https://github.com/Golevka/emacs-clang-complete-async.git#tag=v0.5
+ md5sums = SKIP
+
+pkgname = auto-complete-clang-async
+