New package: python3-misaka-2.1.1
This commit is contained in:
parent
0c57003b8d
commit
73179bab06
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-misaka/template
Normal file
20
srcpkgs/python3-misaka/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue