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