18 lines
514 B
Bash
18 lines
514 B
Bash
# Template file for 'python3-pysocks'
|
|
pkgname=python3-pysocks
|
|
version=1.7.0
|
|
revision=6
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Python3 SOCKS client module"
|
|
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/Anorov/PySocks"
|
|
distfiles="https://github.com/Anorov/PySocks/archive/${version}.tar.gz"
|
|
checksum=b6dbd9daf8ebe75c9f76b54c9747d3d1f1d5ac54d540e44b7eb93936ae38b01a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|