20 lines
593 B
Bash
20 lines
593 B
Bash
# Template file for 'python3-svg.path'
|
|
pkgname=python3-svg.path
|
|
version=6.0
|
|
revision=1
|
|
wrksrc="svg.path-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest-cov python3-Pillow"
|
|
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=3c460dfb366c3cb70f26eb7e22c092144e24f4f62028632289fa703f8dc25630
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|