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