22 lines
708 B
Bash
22 lines
708 B
Bash
# Template file for 'vivid'
|
|
pkgname=vivid
|
|
version=0.10.1
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/sharkdp/vivid/master/CHANGELOG.md"
|
|
distfiles="https://github.com/sharkdp/vivid/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=88db6158dad60aba66ae16f2cd1b09f515625940a33bada65da5562a03538e49
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
|
|
# Sample configuration file + sample themes
|
|
vsconf config/filetypes.yml
|
|
vmkdir usr/share/examples/vivid/themes
|
|
vcopy themes/*.yml usr/share/examples/vivid/themes
|
|
}
|