21 lines
516 B
Bash
21 lines
516 B
Bash
# Template file for 'hopper'
|
|
pkgname=hopper
|
|
version=3.11.20.1
|
|
revision=1
|
|
_build=1
|
|
create_wrksrc=yes
|
|
short_desc="Full featured disassembler"
|
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
|
license="EULA"
|
|
homepage="https://www.hopperapp.com"
|
|
distfiles="https://d1f8bh81yd16yv.cloudfront.net/$pkgname-$version-$_build-x86_64.pkg.tar.xz"
|
|
checksum=191ed4a1e80d8e9d68d7a97e40baa21f0733c01dec4f988d26c518c2862b8e24
|
|
|
|
only_for_archs="x86_64"
|
|
restricted=yes
|
|
nopie=yes
|
|
|
|
do_install() {
|
|
rm -r .INSTALL .PKGINFO
|
|
vcopy . ''
|
|
}
|