summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 17 insertions, 0 deletions
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"
+
+}