void-packages/srcpkgs/pastel/template
travankor 3807e8ce34 pastel: rebuild with rust 1.41.1.
Fix bound checks.
[ci skip]
2020-03-02 10:53:34 +01:00

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
}