mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: paleta-1.0.2
This commit is contained in:
parent
b8a467f6ef
commit
13af71e16e
1 changed files with 19 additions and 0 deletions
19
srcpkgs/paleta/template
Normal file
19
srcpkgs/paleta/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'paleta'
|
||||||
|
pkgname=paleta
|
||||||
|
version=1.0.2
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
short_desc="Change terminal colors on-the-fly independent of terminal emulator"
|
||||||
|
maintainer="Brihadeesh <brihadeesh@protonmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/dylanaraps/paleta"
|
||||||
|
distfiles="https://github.com/dylanaraps/paleta/archive/${version}.tar.gz"
|
||||||
|
checksum=b6a44653266598cd4e027703b0b06acb3a753f632abf87ea30732d139cf1bd16
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
# copying palettes provided to package files
|
||||||
|
vmkdir /usr/share/paleta
|
||||||
|
vcopy palettes /usr/share/paleta/
|
||||||
|
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue