void-packages/srcpkgs/hopper/template

22 lines
509 B
Bash

# Template file for 'hopper'
pkgname=hopper
version=5.15.5
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=3c9cc6fbb72a25d7c9f5c97ed627998041b4c9dfb27f7b8d84788a5dd7b74d18
archs="x86_64"
restricted=yes
nopie=yes
do_install() {
rm -r .INSTALL .PKGINFO
vcopy . ''
}