diff --git a/srcpkgs/paleta/template b/srcpkgs/paleta/template new file mode 100644 index 00000000000..f61a1c05dcb --- /dev/null +++ b/srcpkgs/paleta/template @@ -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 " +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 +}