New comment by chrysos349 on void-packages repository https://github.com/void-linux/void-packages/pull/48388#issuecomment-1912850761 Comment: ``` # Template file for 'sxcs' pkgname=sxcs version=0.7.3 revision=1 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 } ```