22 lines
509 B
Bash
22 lines
509 B
Bash
# Template file for 'hopper'
|
|
pkgname=hopper
|
|
version=5.13.3
|
|
revision=1
|
|
_build=1
|
|
create_wrksrc=yes
|
|
short_desc="MacOS and Linux Disassembler"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="custom:EULA"
|
|
homepage="https://www.hopperapp.com"
|
|
distfiles="https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-${version}-Linux-demo.pkg.tar.xz"
|
|
checksum=7aa3c7d7f03d2cd4b31031935245dd0a90bc299e6533a6846d7e8a9a8fe14139
|
|
|
|
archs="x86_64"
|
|
restricted=yes
|
|
nopie=yes
|
|
|
|
do_install() {
|
|
rm -r .INSTALL .PKGINFO
|
|
vcopy . ''
|
|
}
|