vp-build/srcpkgs/python3-Markups/template

20 lines
671 B
Bash

# Template file for 'python3-Markups'
pkgname=python3-Markups
version=3.0.0
revision=6
wrksrc="Markups-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-markdown-math"
short_desc="Wrapper around the various text markup languages (Python3)"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/mitya57/pymarkups"
changelog="https://raw.githubusercontent.com/retext-project/pymarkups/master/changelog"
distfiles="${PYPI_SITE}/M/Markups/Markups-${version}.tar.gz"
checksum=1ea19458dfca6a4562044e701aa8698089a0c659fc535689ed260f89a04f8d39
post_install() {
vlicense LICENSE
}