19 lines
643 B
Bash
19 lines
643 B
Bash
# Template file for 'python3-Markups'
|
|
pkgname=python3-Markups
|
|
version=3.0.0
|
|
revision=8
|
|
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
|
|
}
|