void-packages/srcpkgs/pastel/template

16 lines
427 B
Bash
Raw Normal View History

2019-08-25 23:41:17 +00:00
# Template file for 'pastel'
pkgname=pastel
2019-09-23 22:40:10 +00:00
version=0.6.1
2019-08-25 23:41:17 +00:00
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"
2019-09-23 22:40:10 +00:00
checksum=ece0004d725133bcf552bbfe5508c087513eb52f6c363fbad6eeb9c74769a932
2019-08-25 23:41:17 +00:00
post_install() {
vlicense LICENSE-MIT
}