New package: linux-vt-setcolors-1.0.0
This commit is contained in:
parent
bb3c136fa6
commit
aa53a4320d
14
srcpkgs/linux-vt-setcolors/patches/8.diff
Normal file
14
srcpkgs/linux-vt-setcolors/patches/8.diff
Normal file
@ -0,0 +1,14 @@
|
||||
diff --git Makefile Makefile
|
||||
index 7a9cc3e..ad5ad1d 100644
|
||||
--- Makefile
|
||||
+++ Makefile
|
||||
@@ -1,7 +1,8 @@
|
||||
PREFIX=/usr/local
|
||||
+CFLAGS=-Wall
|
||||
|
||||
setcolors: setcolors.c
|
||||
- gcc -Wall setcolors.c -o setcolors
|
||||
+ $(CC) $(CFLAGS) setcolors.c -o setcolors
|
||||
|
||||
install: setcolors setcolors.1
|
||||
install -Dm 755 setcolors "${DESTDIR}${PREFIX}/bin/setcolors"
|
15
srcpkgs/linux-vt-setcolors/template
Normal file
15
srcpkgs/linux-vt-setcolors/template
Normal file
@ -0,0 +1,15 @@
|
||||
# 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user