diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template new file mode 100644 index 0000000000..c07753ce6a --- /dev/null +++ b/srcpkgs/magic-wormhole/template @@ -0,0 +1,21 @@ +# Template file for 'magic-wormhole' +pkgname=magic-wormhole +version=0.11.2 +revision=1 +archs=noarch +build_style=python3-module +pycompile_module="wormhole" +hostmakedepends="python3 python3-setuptools" +depends="python3-autobahn python3-cffi python3-click python3-humanize + python3-idna python3-pynacl python3-service_identity python3-spake2 + python3-tqdm python3-txtorcon" +short_desc="Get things from one computer to another, safely" +maintainer="travankor " +license="MIT" +homepage="https://magic-wormhole.readthedocs.io/en/latest/" +distfiles="https://github.com/warner/magic-wormhole/archive/${version}.tar.gz" +checksum=55fd24b8c148d0f2c12160040dd061a5749bcda269adf97de6a697c9416c1052 + +post-install() { + vlicense LICENSE +}