21 lines
504 B
Bash
21 lines
504 B
Bash
# Template file for 'hopper'
|
|
pkgname=hopper
|
|
version=4.8.2
|
|
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=9992ed69eb526c2da95ce5f2a7357a448b4e05a19aff5da3f0157b77d030ebe3
|
|
|
|
archs="x86_64"
|
|
restricted=yes
|
|
nopie=yes
|
|
|
|
do_install() {
|
|
rm -r .INSTALL .PKGINFO
|
|
vcopy . ''
|
|
}
|