From 938cbbf7bacf23a9a68dc31d867fbbe9901791dd Mon Sep 17 00:00:00 2001 From: Brihadeesh S Date: Mon, 2 May 2022 17:02:32 +0530 Subject: [PATCH] New package: paleta-1.0.2 --- srcpkgs/paleta/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/paleta/template diff --git a/srcpkgs/paleta/template b/srcpkgs/paleta/template new file mode 100644 index 000000000000..f61a1c05dcbf --- /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 +}