19 lines
645 B
Bash
19 lines
645 B
Bash
# Template file for 'python3-pydyf'
|
|
pkgname=python3-pydyf
|
|
version=0.7.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-poetry-core python3-flit_core"
|
|
checkdepends="python3-pytest-cov python3-pytest-isort python3-pytest-flake8
|
|
python3-pytest-xdist python3-Pillow ghostscript"
|
|
short_desc="Low-level PDF creator"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://courtbouillon.org/pydyf"
|
|
distfiles="https://github.com/CourtBouillon/pydyf/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=b7055ab659108f13036637a398de6ed20a9e23e11ed33fbd9cc586c91fcfd16b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|