16 lines
511 B
Bash
16 lines
511 B
Bash
# Template file for 'linux-vt-setcolors'
|
|
pkgname=linux-vt-setcolors
|
|
version=1.0.0
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Utility tool to set the linux VT default color palette"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/EvanPurkhiser/linux-vt-setcolors"
|
|
distfiles="https://github.com/EvanPurkhiser/linux-vt-setcolors/archive/v${version}.tar.gz"
|
|
checksum=ccad9aac5732faab749e8f6f6b40746ce44afec5633374aa77c8e3ac2a8eef42
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|