From 64352aa93be5737728a1ed3e25359b64c42e9193 Mon Sep 17 00:00:00 2001 From: Cullen Ross Date: Wed, 12 Jan 2022 18:43:58 -0500 Subject: [PATCH] New package: xcolor-0.5.1. Closes: #33862. --- srcpkgs/xcolor/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/xcolor/template diff --git a/srcpkgs/xcolor/template b/srcpkgs/xcolor/template new file mode 100644 index 00000000000..2c54b2a1d86 --- /dev/null +++ b/srcpkgs/xcolor/template @@ -0,0 +1,17 @@ +# Template file for 'xcolor' +pkgname=xcolor +version=0.5.1 +revision=1 +build_style=cargo +hostmakedepends="pkg-config python3" +makedepends="libX11-devel libXcursor-devel libXrender-devel" +short_desc="Lightweight color picker for X11" +maintainer="Cullen Ross " +license="MIT" +homepage="https://github.com/Soft/xcolor" +distfiles="https://github.com/Soft/xcolor/archive/refs/tags/${version}.tar.gz" +checksum=cff417d0ccbece766c66a183413e167868fdbd98b8129516ff9021a4b11a5647 + +post_install() { + vlicense LICENSE +}