mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +02:00
16 lines
513 B
Bash
16 lines
513 B
Bash
# Template file for 'python3-colour'
|
|
pkgname=python3-colour
|
|
version=0.1.5
|
|
revision=1
|
|
depends="python3"
|
|
short_desc="Python library, converts and manipulates various color representation"
|
|
maintainer="Martin Dimov <martin@dmarto.com>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/vaab/colour"
|
|
distfiles="https://github.com/vaab/colour/archive/${version}.tar.gz"
|
|
checksum=94b0ca1421202cd25127f2fe7272bf326defb44741325d70d2abe59008331e91
|
|
|
|
do_install() {
|
|
vinstall colour.py 644 $py3_sitelib
|
|
vlicense LICENSE
|
|
}
|