void-packages/srcpkgs/hopper/template
2018-02-17 14:02:48 +01:00

21 lines
567 B
Bash

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