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