From be44e1a8abb786a83f78b637b59b2a87bb2e9226 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Fri, 26 Jan 2024 21:14:23 +0100 Subject: [PATCH] New package: sxcs-0.7.3 --- srcpkgs/sxcs/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/sxcs/template diff --git a/srcpkgs/sxcs/template b/srcpkgs/sxcs/template new file mode 100644 index 00000000000000..54972795fe5e30 --- /dev/null +++ b/srcpkgs/sxcs/template @@ -0,0 +1,21 @@ +# Template file for 'sxcs' +pkgname=sxcs +version=0.7.3 +revision=1 +#archs="i686 x86_64" +makedepends="libX11-devel libXcursor-devel" +short_desc="Color picker and magnifier for X11" +maintainer="Eloi Torrents " +license="GPL-3.0-only" +homepage="https://codeberg.org/NRK/sxcs" +distfiles="https://codeberg.org/NRK/sxcs/archive/v${version}.tar.gz" +checksum=ba15e8f49040adcba7b4498e6c3567a7514d0e25c6f74d195e44f58f933c68f3 + +do_build() { + make -e sxcs LDLIBS="-lX11 -lXcursor" +} + +do_install() { + vbin sxcs + vman sxcs.1 +}