21 lines
504 B
Bash
21 lines
504 B
Bash
# Template file for 'hopper'
|
|
pkgname=hopper
|
|
version=4.7.1
|
|
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.pkg.tar.xz"
|
|
checksum=24b46252cf29f8096cdf802731e2935fcdf1bfc1a0eec21dc1fba6f0c823f0d7
|
|
|
|
archs="x86_64"
|
|
restricted=yes
|
|
nopie=yes
|
|
|
|
do_install() {
|
|
rm -r .INSTALL .PKGINFO
|
|
vcopy . ''
|
|
}
|