From 0385f1447064696a081dbd38e04fee2a7bd6b5de Mon Sep 17 00:00:00 2001 From: Anjandev Momi Date: Thu, 30 Jan 2020 23:15:16 -0800 Subject: [PATCH] New package: python3-misaka-2.1.1 --- srcpkgs/python3-misaka/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-misaka/template diff --git a/srcpkgs/python3-misaka/template b/srcpkgs/python3-misaka/template new file mode 100644 index 00000000000..6e4d8eb2589 --- /dev/null +++ b/srcpkgs/python3-misaka/template @@ -0,0 +1,19 @@ +# Template file for 'python3-misaka' +pkgname=python3-misaka +_pkgname=misaka +version=2.1.1 +revision=1 +wrksrc=${_pkgname}-${version} +build_style=python3-module +hostmakedepends="python3-setuptools" +makedepends="python3-devel libffi-devel cffi" +short_desc="Python binding for Hoedown" +maintainer="Anjandev Momi " +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 +}