void-packages/srcpkgs/hopper/template
2020-06-21 21:42:58 +02:00

22 lines
505 B
Bash

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