From e32d1a4dfa6d9cebc3b79f44d5cb23b40d47d9a2 Mon Sep 17 00:00:00 2001 From: Rehan Date: Sun, 14 May 2023 17:42:50 -0400 Subject: [PATCH] New package: hyprpicker-0.1.1 --- srcpkgs/hyprpicker/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/hyprpicker/template diff --git a/srcpkgs/hyprpicker/template b/srcpkgs/hyprpicker/template new file mode 100644 index 000000000000..794d0d483324 --- /dev/null +++ b/srcpkgs/hyprpicker/template @@ -0,0 +1,22 @@ +# Template file for 'hyprpicker' +pkgname=hyprpicker +version=0.1.1 +revision=1 +hostmakedepends="pkg-config cmake ninja wayland-devel git" +makedepends="wayland-devel wayland-protocols cairo-devel pango-devel libjpeg-turbo-devel wlroots-devel" +short_desc="wlroots-compatible Wayland color picker that does not suck" +maintainer="RAR27 " +license="BSD-3-Clause" +homepage="https://github.com/hyprwm/hyprpicker" +changelog="https://github.com/hyprwm/hyprpicker/releases" +distfiles="https://github.com/hyprwm/hyprpicker/archive/refs/tags/v${version}.tar.gz" +checksum=f6a5e57dc69e3b0499a34f4533583bd7d7770f5a1a9834f521b532f0d1ec26e0 + +do_build() { + make all +} + +do_install() { + vbin build/hyprpicker + vlicense LICENSE +}