View | Details | Raw Unified | Return to bug 279368 | Differences between
and this patch

Collapse All | Expand All

(-)b/x11/xclicker/Makefile (+26 lines)
Added Link Here
1
PORTNAME=	xclicker
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	1.5.1
4
CATEGORIES=	x11
5
6
MAINTAINER=	nxjoseph@protonmail.com
7
COMMENT=	Fast gui autoclicker for x11 desktops
8
WWW=		https://github.com/robiot/xclicker
9
10
LICENSE=	GPLv3
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
USES=		meson pkgconfig motif xorg gnome
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	robiot
16
17
USE_GNOME+=	gtk30 gdkpixbuf2 glib20
18
USE_XORG+=	x11 xi xtst
19
20
PLIST_FILES=	bin/xclicker
21
22
do-install:
23
	${INSTALL_PROGRAM} ${WRKSRC}/_build/src/xclicker \
24
	${STAGEDIR}${PREFIX}/bin
25
26
.include <bsd.port.mk>
(-)b/x11/xclicker/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1716921099
2
SHA256 (robiot-xclicker-v1.5.1_GH0.tar.gz) = c044fc29ab818c3ba8b09e71fb7af0acd8722b9766b4a3174c937de62d74125d
3
SIZE (robiot-xclicker-v1.5.1_GH0.tar.gz) = 981073
(-)b/x11/xclicker/pkg-descr (-1 / +2 lines)
Added Link Here
0
- 
1
XClicker is an open-source, easy to use, feature-rich,
2
blazing fast Autoclicker for desktops using x11.

Return to bug 279368