summaryrefslogtreecommitdiff
path: root/repo/python-openssl/python-openssl.xibuild
blob: db56448e08662dcd5a3a56a5151b21354fa28540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

NAME="python-openssl"
DESC="Python3 wrapper module around the OpenSSL library"

MAKEDEPS=""

PKG_VER=21.0.0
SOURCE="https://files.pythonhosted.org/packages/source/p/pyOpenSSL/pyOpenSSL-$PKG_VER.tar.gz"

build() {
	python3 setup.py build
}

package() {
	python3 setup.py install --prefix=/usr --root="$PKG_DEST"
}