void-packages/srcpkgs/hopper/template
2021-05-17 00:47:17 -03:00

22 lines
504 B
Bash

# Template file for 'hopper'
pkgname=hopper
version=4.7.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.pkg.tar.xz"
checksum=1ffd9272b8cfb615803dfa1e5347d3605c67b93466426cf5aa70b1bd52f0ba02
archs="x86_64"
restricted=yes
nopie=yes
do_install() {
rm -r .INSTALL .PKGINFO
vcopy . ''
}