| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.7.3 | 8 | amd64 | 0 |
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
DESCRIPTION="Color picker and magnifier for X11"
HOMEPAGE="https://codeberg.org/NRK/sxcs"
SRC_URI="https://codeberg.org/NRK/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}"
KEYWORDS="amd64"
LICENSE="GPL-3+"
SLOT="0"
RDEPEND="
x11-libs/libX11
x11-libs/libXcursor
"
DEPEND="${RDEPEND}"
src_compile() {
$(tc-getCC) -o sxcs sxcs.c ${CFLAGS} ${LDFLAGS} -l X11 -l Xcursor || die "Compilation failed"
}
src_install() {
dobin sxcs
doman sxcs.1
dodoc README.md
}
x11-libs/libX11 x11-libs/libXcursor
x11-libs/libX11 x11-libs/libXcursor
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | sxcs-0.7.3.tar.gz | 22204 bytes | https://codeberg.org/NRK/sxcs/archive/v0.7.3.tar.gz |