void-packages/srcpkgs/hopper/template
2018-12-05 00:49:49 +01:00

21 lines
566 B
Bash

# Template file for 'hopper'
pkgname=hopper
version=4.4.9
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=65c20fbbd44390f7754f4a519595d28bb60a4be2d6ae1ff1af755e21a68e6c87
only_for_archs="x86_64"
restricted=yes
nopie=yes
do_install() {
rm -r .INSTALL .PKGINFO
vcopy . ''
}