void-packages/srcpkgs/pastel/template

16 lines
427 B
Bash

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