void-packages/srcpkgs/python3-misaka/template
2020-06-29 21:56:17 +02:00

20 lines
595 B
Bash

# Template file for 'python3-misaka'
pkgname=python3-misaka
version=2.1.1
revision=1
wrksrc=misaka-${version}
build_style=python3-module
hostmakedepends="python3-setuptools python3-cffi"
makedepends="python3-devel libffi-devel"
depends="python3-cffi"
checkdepends="tidy5"
short_desc="Python binding for Hoedown"
maintainer="Anjandev Momi <anjan@momi.ca>"
license="MIT"
homepage="http://www.celeryproject.org/"
distfiles="https://github.com/FSX/misaka/archive/v${version}.tar.gz"
checksum=0573cb2706f0cb7ec20ffbfab3f364ce0022b07d79d57ad2e1e0bd94b87fb5ab
post_install() {
vlicense LICENSE.txt
}