mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
devel/libuiohook: New port: C library to provide global keyboard and mouse hooks from userland
This commit is contained in:
parent
ff1065f443
commit
2417cb6450
@ -1428,6 +1428,7 @@
|
||||
SUBDIR += libubox
|
||||
SUBDIR += libudev-devd
|
||||
SUBDIR += libuinputplus
|
||||
SUBDIR += libuiohook
|
||||
SUBDIR += libukcprog
|
||||
SUBDIR += libunicode
|
||||
SUBDIR += libuninum
|
||||
|
25
devel/libuiohook/Makefile
Normal file
25
devel/libuiohook/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
PORTNAME= libuiohook
|
||||
DISTVERSION= 1.2.2-11
|
||||
DISTVERSIONSUFFIX= -gf259ff3
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= C library to provide global keyboard and mouse hooks from userland
|
||||
WWW= https://github.com/kwhat/libuiohook
|
||||
|
||||
LICENSE= LGPL20
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER.md
|
||||
|
||||
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon \
|
||||
libxkbfile.so:x11/libxkbfile
|
||||
|
||||
USES= cmake pkgconfig xorg
|
||||
USE_XORG= x11 xcb xinerama xt xtst
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= kwhat
|
||||
|
||||
CMAKE_ON= BUILD_SHARED_LIBS
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/libuiohook/distinfo
Normal file
3
devel/libuiohook/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1705645716
|
||||
SHA256 (kwhat-libuiohook-1.2.2-11-gf259ff3_GH0.tar.gz) = 51f64194e4afafab3414c1c120e8da178d666439880222b878fcf19c2ce33019
|
||||
SIZE (kwhat-libuiohook-1.2.2-11-gf259ff3_GH0.tar.gz) = 113855
|
1
devel/libuiohook/pkg-descr
Normal file
1
devel/libuiohook/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
libUIOHook is a cross-platform keyboard and mouse hooking from userland.
|
7
devel/libuiohook/pkg-plist
Normal file
7
devel/libuiohook/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
include/uiohook.h
|
||||
lib/cmake/uiohook/uiohook-config-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/uiohook/uiohook-config.cmake
|
||||
lib/libuiohook.so
|
||||
lib/libuiohook.so.1
|
||||
lib/libuiohook.so.1.2.0
|
||||
libdata/pkgconfig/uiohook.pc
|
Loading…
Reference in New Issue
Block a user