summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShibumi2015-08-19 19:32:10 +0200
committerShibumi2015-08-19 19:32:10 +0200
commit68bc0626f70d7ae66c52c5151e5aac747deff3a5 (patch)
treec171cb531b00b295b42430d6d3f9b8d21dfa8d2c
downloadaur-68bc0626f70d7ae66c52c5151e5aac747deff3a5.tar.gz
initial push binnavi
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD17
2 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..526d23ad046a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = binnavi
+ pkgdesc = BinNavi is a binary analysis IDE that allows to inspect, navigate, edit and annotate control flow graphs and call graphs of disassembled code
+ pkgver = 6.0.0
+ pkgrel = 1
+ url = https://github.com/google/binnavi
+ arch = any
+ license = Apache
+ source = https://github.com/google/binnavi/archive/v6.0.0.tar.gz
+ sha512sums = a68fd9f5bd423609d77d35f7e0dd1603ac52ef6765f1c9ca02261b6e8f6b13f062cd7939ec183a3129b7f8ca740b3defa6ef56d8940feb14c1988826e8a01092
+
+pkgname = binnavi
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..942ebf858e52
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Christian Rebischke <echo Q2hyaXMuUmViaXNjaGtlQGdtYWlsLmNvbQo= | base64 -d>
+pkgname='binnavi'
+pkgver=6.0.0
+pkgrel=1
+pkgdesc="BinNavi is a binary analysis IDE that allows to inspect, navigate, edit
+and annotate control flow graphs and call graphs of disassembled code"
+arch=('any')
+url="https://github.com/google/binnavi"
+license=('Apache')
+depends=('')
+source=('https://github.com/google/binnavi/archive/v6.0.0.tar.gz')
+sha512sums=('a68fd9f5bd423609d77d35f7e0dd1603ac52ef6765f1c9ca02261b6e8f6b13f062cd7939ec183a3129b7f8ca740b3defa6ef56d8940feb14c1988826e8a01092')
+
+package() {
+ echo "in work"
+
+}