void-packages/srcpkgs/magic-wormhole/template
2019-12-24 12:24:38 +01:00

22 lines
739 B
Bash

# Template file for 'magic-wormhole'
pkgname=magic-wormhole
version=0.11.2
revision=2
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 <travankor@tuta.io>"
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
}