vivid: update to 0.9.0
This commit is contained in:
parent
437534d102
commit
9bffba87a3
@ -1,20 +1,21 @@
|
|||||||
# Template file for 'vivid'
|
# Template file for 'vivid'
|
||||||
pkgname=vivid
|
pkgname=vivid
|
||||||
version=0.8.0
|
version=0.9.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="LS_COLORS with support for multiple color themes"
|
short_desc="LS_COLORS with support for multiple color themes"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0, MIT"
|
license="Apache-2.0, MIT"
|
||||||
homepage="https://github.com/sharkdp/vivid"
|
homepage="https://github.com/sharkdp/vivid"
|
||||||
distfiles="https://github.com/sharkdp/vivid/archive/v${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/sharkdp/vivid/master/CHANGELOG.md"
|
||||||
checksum=e58e0936db25c81ff257775463f1d422d97c706aec2d0134e39b62151ded23cb
|
distfiles="https://github.com/sharkdp/vivid/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=325f16df916e4192d56d589839be474801ffd3d6a105f4a1a033221570ff6b56
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
|
|
||||||
# Sample configuration file + sample themes
|
# Sample configuration file + sample themes
|
||||||
vsconf config/filetypes.yml
|
vsconf config/filetypes.yml
|
||||||
vmkdir usr/share/examples/${pkgname}/themes
|
vmkdir usr/share/examples/vivid/themes
|
||||||
vcopy themes/*.yml usr/share/examples/${pkgname}/themes
|
vcopy themes/*.yml usr/share/examples/vivid/themes
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user