vp-build/srcpkgs/pastel/template

16 lines
427 B
Bash

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