void-packages/srcpkgs/hopper/template
2019-04-01 11:51:31 +02:00

21 lines
557 B
Bash

# Template file for 'hopper'
pkgname=hopper
version=4.5.8
revision=1
_build=1
create_wrksrc=yes
short_desc="Reverse engineering tool that lets you disassemble, decompile and debug your applications"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="EULA"
homepage="https://www.hopperapp.com"
distfiles="https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-${version}-Linux.pkg.tar.xz"
checksum=51f0039442f7e7d06f9ea13e8c223f4b9f9ad136abdf9cc24ceff061ec37c2b3
archs="x86_64"
restricted=yes
nopie=yes
do_install() {
rm -r .INSTALL .PKGINFO
vcopy . ''
}