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