mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
f28a6e5d6f
Small command-line program to get/set current XKB keyboard layout (thin wrapper around a slightly modified version of Jay Bromley's XKeyboard class). PR: 265161 Submitted by: Pavel Timofeev
25 lines
482 B
Makefile
25 lines
482 B
Makefile
PORTNAME= xkblayout-state
|
|
PORTVERSION= g20211106
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= timp87@gmail.com
|
|
COMMENT= Small program to get/set the current XKB layout
|
|
WWW= https://github.com/nonpop/xkblayout-state
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= gmake localbase:ldflags xorg
|
|
USE_XORG= x11
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= nonpop
|
|
GH_TAGNAME= f311779
|
|
|
|
PORTSCOUT= skipv:v1,v1b
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|