python3-txtorcon: fix post_install
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'python3-txtorcon'
|
# Template file for 'python3-txtorcon'
|
||||||
pkgname=python3-txtorcon
|
pkgname=python3-txtorcon
|
||||||
version=21.1.0
|
version=21.1.0
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="txtorcon-${version}"
|
wrksrc="txtorcon-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3 python3-setuptools"
|
hostmakedepends="python3 python3-setuptools"
|
||||||
@@ -16,6 +16,6 @@ distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz"
|
|||||||
checksum=61ef40e110a2b52255a6033293d02647dedb63ed9311ce572571c777b2302750
|
checksum=61ef40e110a2b52255a6033293d02647dedb63ed9311ce572571c777b2302750
|
||||||
make_check=ci-skip
|
make_check=ci-skip
|
||||||
|
|
||||||
post-install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user