diff --git a/srcpkgs/hopper/template b/srcpkgs/hopper/template new file mode 100644 index 0000000000..5446b9d5dd --- /dev/null +++ b/srcpkgs/hopper/template @@ -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 " +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 . '' +} diff --git a/srcpkgs/hopper/update b/srcpkgs/hopper/update new file mode 100644 index 0000000000..51e52409d0 --- /dev/null +++ b/srcpkgs/hopper/update @@ -0,0 +1,2 @@ +site="https://www.hopperapp.com/include/files-api.php?request=releases" +pattern="hopper-\K[\d.]+"