16 lines
427 B
Bash
16 lines
427 B
Bash
# Template file for 'pastel'
|
|
pkgname=pastel
|
|
version=0.8.1
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Generate, analyze, convert and manipulate colors"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/sharkdp/pastel"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=e1afcd8035a4c1da7f6d0fc8d5fc703dee72baa77bd0588a67d3b606e70146cb
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
}
|