void-packages/srcpkgs/hopper/template
2021-03-24 12:35:44 -03:00

22 lines
504 B
Bash

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