void-packages/srcpkgs/python-M2Crypto/template
2018-02-09 17:41:59 +01:00

20 lines
623 B
Bash

# Template file for 'python-M2Crypto'
pkgname=python-M2Crypto
version=0.28.2
revision=1
wrksrc="M2Crypto-${version}"
build_style=python2-module
pycompile_module="M2Crypto"
hostmakedepends="python-setuptools swig libressl-devel"
makedepends="libressl-devel python-devel"
depends="python-typing"
short_desc="Python crypto and SSL toolkit"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
homepage="https://gitlab.com/m2crypto/m2crypto/"
distfiles="${PYPI_SITE}/M/M2Crypto/M2Crypto-${version}.tar.gz"
checksum=f4dfa7a77f983444e64f7b81f946bdfc1b05bc92b1aeca0775be8742aa939c3f
post_install() {
vlicense LICENCE
}