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-01 00:06:57 +00:00
version=0.5.3
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-01 00:06:57 +00:00
checksum=0850e37b92b8d2f5a396d5b9114a21a64dce5c6cce736039151c800f35abaa1e
2019-08-25 23:41:17 +00:00
post_install() {
vlicense LICENSE-MIT
}