New package: hopper-3.11.20.1 (#4857)
This commit is contained in:
parent
b5eaea2fcb
commit
0ac6a66557
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'hopper'
|
||||
pkgname=hopper
|
||||
version=3.11.20.1
|
||||
revision=1
|
||||
_build=1
|
||||
create_wrksrc=yes
|
||||
short_desc="Full featured disassembler"
|
||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
license="EULA"
|
||||
homepage="https://www.hopperapp.com"
|
||||
distfiles="https://d1f8bh81yd16yv.cloudfront.net/$pkgname-$version-$_build-x86_64.pkg.tar.xz"
|
||||
checksum=191ed4a1e80d8e9d68d7a97e40baa21f0733c01dec4f988d26c518c2862b8e24
|
||||
|
||||
only_for_archs="x86_64"
|
||||
restricted=yes
|
||||
nopie=yes
|
||||
|
||||
do_install() {
|
||||
rm -r .INSTALL .PKGINFO
|
||||
vcopy . ''
|
||||
}
|
|
@ -0,0 +1,2 @@
|
|||
site="https://www.hopperapp.com/include/files-api.php?request=releases"
|
||||
pattern="hopper-\K[\d.]+"
|
Loading…
Reference in New Issue