21 lines
711 B
Bash
21 lines
711 B
Bash
# Template file for 'magic-wormhole'
|
|
pkgname=magic-wormhole
|
|
version=0.12.0
|
|
revision=1
|
|
archs=noarch
|
|
build_style=python3-module
|
|
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=353d889c667d468fd519bf43d1b2f241211711a1ca0c103bf204d3012767142f
|
|
|
|
post-install() {
|
|
vlicense LICENSE
|
|
}
|