void-packages/srcpkgs/hopper/template
2019-05-07 22:45:33 +02:00

22 lines
558 B
Bash

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