void-packages/srcpkgs/hopper/template
2018-12-17 21:05:38 +01:00

21 lines
566 B
Bash

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