19 lines
592 B
Bash
19 lines
592 B
Bash
# Template file for 'python3-typogrify'
|
|
pkgname=python3-typogrify
|
|
version=2.0.7
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-smartypants"
|
|
short_desc="Filters to enhance web typography"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/mintchaos/typogrify"
|
|
distfiles="https://github.com/mintchaos/typogrify/archive/refs/tags/$version.tar.gz"
|
|
checksum=d5081966c1c1423157e240d5cfe7435b56ca30be57ff8c7fe6f90f6cc42295ee
|
|
make_check=no # conflicting dependencies
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|