mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
x11-misc/sxcs: add v0.7.2
Signed-off-by: NRK <nrk@disroot.org>
This commit is contained in:
parent
86e3be5d3b
commit
4a3ce98ac9
@ -1 +1,2 @@
|
|||||||
DIST sxcs-0.7.1.tar.gz 22699 BLAKE2B d947a4ffb7d45daafd829c36e820f38a7c0759459e02f306bdcd653a8771bf53b03c5fe60710478e62256f057d7b7c698ef0c24528114a1ee240f11598d93520 SHA512 2865a23cad442c181fbad7cb5137c70483b78862a6e41dc4619969b5d45bcff60c3fa3b93df425e4223174b6c172f47976181a97129e6c02acea58faa304dcbe
|
DIST sxcs-0.7.1.tar.gz 22699 BLAKE2B d947a4ffb7d45daafd829c36e820f38a7c0759459e02f306bdcd653a8771bf53b03c5fe60710478e62256f057d7b7c698ef0c24528114a1ee240f11598d93520 SHA512 2865a23cad442c181fbad7cb5137c70483b78862a6e41dc4619969b5d45bcff60c3fa3b93df425e4223174b6c172f47976181a97129e6c02acea58faa304dcbe
|
||||||
|
DIST sxcs-0.7.2.tar.gz 21933 BLAKE2B 8a514f5cec0dd772ba28633e25ae769ffae739b8976ec96cfabb177c656bd323798cddf2d4873f1a6306fb11506a39f94cd187a30ad354c26be32cd95c19d0d7 SHA512 6d5b57d0ae56da062ce75dabbf53e372042abb2e883ef3bc33f6d655d2d39e122530a46d10ecdee832575402262ded0118a006cd30584f1afc0ae79e56a77767
|
||||||
|
33
x11-misc/sxcs/sxcs-0.7.2.ebuild
Normal file
33
x11-misc/sxcs/sxcs-0.7.2.ebuild
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# Copyright 2021-2023 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"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
x11-libs/libX11
|
||||||
|
x11-libs/libXcursor
|
||||||
|
"
|
||||||
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
$(tc-getCC) -o sxcs sxcs.c ${CFLAGS} ${LDFLAGS} -l X11 -l Xcursor
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
dobin sxcs
|
||||||
|
doman sxcs.1
|
||||||
|
dodoc README.md
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user