3807e8ce34
Fix bound checks. [ci skip]
15 lines
427 B
Bash
15 lines
427 B
Bash
# Template file for 'pastel'
|
|
pkgname=pastel
|
|
version=0.7.0
|
|
revision=2
|
|
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=cd567b77087510e3ac4e3b5716905f5d01808adfbf8708e05dff83c39752271d
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
}
|