16 lines
520 B
Bash
16 lines
520 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="Dominic Monroe <monroef4@googlemail.com>"
|
||
|
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
|
||
|
}
|