magic-wormhole: fix post_install
This commit is contained in:
parent
5e52b982d7
commit
e771ee2d35
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'magic-wormhole'
|
# Template file for 'magic-wormhole'
|
||||||
pkgname=magic-wormhole
|
pkgname=magic-wormhole
|
||||||
version=0.12.0
|
version=0.12.0
|
||||||
revision=3
|
revision=4
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3 python3-setuptools"
|
hostmakedepends="python3 python3-setuptools"
|
||||||
depends="python3-autobahn python3-cffi python3-click python3-humanize
|
depends="python3-autobahn python3-cffi python3-click python3-humanize
|
||||||
@ -14,6 +14,6 @@ homepage="https://magic-wormhole.readthedocs.io/en/latest/"
|
|||||||
distfiles="https://github.com/warner/magic-wormhole/archive/${version}.tar.gz"
|
distfiles="https://github.com/warner/magic-wormhole/archive/${version}.tar.gz"
|
||||||
checksum=5522184ab995a22ff72bf9019e54cb7b5e7f0f3308c251f121da15a198afe1d9
|
checksum=5522184ab995a22ff72bf9019e54cb7b5e7f0f3308c251f121da15a198afe1d9
|
||||||
|
|
||||||
post-install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user