22 lines
567 B
Bash
22 lines
567 B
Bash
# Template file for 'hopper'
|
|
pkgname=hopper
|
|
version=4.3.29
|
|
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=caa2ad5cca190891f38f4c77f8c3506101b4521574730349051bf5845e26d3b9
|
|
|
|
only_for_archs="x86_64"
|
|
restricted=yes
|
|
nopie=yes
|
|
|
|
do_install() {
|
|
rm -r .INSTALL .PKGINFO
|
|
vcopy . ''
|
|
}
|