void-packages/srcpkgs/pastel/template

16 lines
428 B
Bash

# Template file for 'pastel'
pkgname=pastel
version=0.10.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=7848cd6d2ad8db6543b609dece7c9c28b4720c09fb13aeb204dd03d152159dd2
post_install() {
vlicense LICENSE-MIT
}