void-packages/srcpkgs/vivid/template
2022-02-06 20:06:05 -03:00

21 lines
627 B
Bash

# Template file for 'vivid'
pkgname=vivid
version=0.8.0
revision=1
build_style=cargo
short_desc="LS_COLORS with support for multiple color themes"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0, MIT"
homepage="https://github.com/sharkdp/vivid"
distfiles="https://github.com/sharkdp/vivid/archive/v${version}.tar.gz"
checksum=e58e0936db25c81ff257775463f1d422d97c706aec2d0134e39b62151ded23cb
post_install() {
vlicense LICENSE-MIT
# Sample configuration file + sample themes
vsconf config/filetypes.yml
vmkdir usr/share/examples/${pkgname}/themes
vcopy themes/*.yml usr/share/examples/${pkgname}/themes
}