void-packages/srcpkgs/hopper/template
2023-01-04 19:13:46 +01:00

21 lines
508 B
Bash

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