New package: bokken-1.6 via pancake.
This commit is contained in:
parent
d095bfa2ce
commit
07183f5fc0
1 changed files with 21 additions and 0 deletions
21
srcpkgs/bokken/template
Normal file
21
srcpkgs/bokken/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'bokken'
|
||||
pkgname=bokken
|
||||
version=1.6
|
||||
revision=1
|
||||
short_desc="GUI for the Pyew malware analysis tool and Radare the reverse engineering framework"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
license="GPL-2"
|
||||
homepage="http://inguma.eu/projects/bokken/"
|
||||
distfiles="http://inguma.eu/attachments/download/197/${pkgname}-${version}.tar.gz"
|
||||
checksum=4770602585b3e77b2977a8a6906c91ae0d64373eae328f42688106224c8bbc12
|
||||
|
||||
noarch=yes
|
||||
depends="pygtk radare2 r2-bindings"
|
||||
pycompile_dirs="/usr/lib/bokken"
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/lib/bokken
|
||||
vmkdir usr/bin
|
||||
cp -rf * ${DESTDIR}/usr/lib/bokken
|
||||
ln -frs ${DESTDIR}/usr/lib/bokken/bokken ${DESTDIR}/usr/bin/bokken
|
||||
}
|
Loading…
Reference in a new issue