20 lines
646 B
Bash
20 lines
646 B
Bash
# Template file for 'python3-svg.path'
|
|
pkgname=python3-svg.path
|
|
version=6.2
|
|
revision=2
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/regebro/svg.path/master/CHANGES.txt"
|
|
distfiles="https://github.com/regebro/svg.path/archive/${version}.tar.gz"
|
|
checksum=521e643ae74a78975714d43bd68c51b42888e505b6b964c6f693b091d3fa89e6
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|