20 lines
726 B
Bash
20 lines
726 B
Bash
# Template file for 'magic-wormhole'
|
|
pkgname=magic-wormhole
|
|
version=0.13.0
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3 python3-build python3-setuptools python3-wheel"
|
|
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=80c68433e06583b40323f19aa519a108b3f4b06b904051dd71c52c243931e401
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|