15 lines
427 B
Bash
15 lines
427 B
Bash
# Template file for 'pastel'
|
|
pkgname=pastel
|
|
version=0.8.0
|
|
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=603dc63d6aa261f159178dffeb389471a845c1a5d62187a275a3d33a66fe9a69
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
}
|