New package: magic-wormhole-0.11.2
This commit is contained in:
parent
aad99dba20
commit
883b5d4b83
1 changed files with 21 additions and 0 deletions
21
srcpkgs/magic-wormhole/template
Normal file
21
srcpkgs/magic-wormhole/template
Normal file
|
@ -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 <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
|
||||
}
|
Loading…
Reference in a new issue