void-packages/srcpkgs/python3-svg.path/template
2022-01-05 22:02:18 +01:00

19 lines
544 B
Bash

# Template file for 'python3-svg.path'
pkgname=python3-svg.path
version=4.1
revision=3
wrksrc="svg.path-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Python3 SVG path parser"
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
license="MIT"
homepage="https://github.com/regebro/svg.path"
distfiles="https://github.com/regebro/svg.path/archive/${version}.tar.gz"
checksum=8fe78a5ff8f379c78dac4a3ba623068a8a2af434dace24103a053e06525d400d
post_install() {
vlicense LICENSE.txt
}