mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
import xclickroot-1.4.0
xclickroot runs a command every time a given mouse button is pressed on the root window. From Alexander Arkhipov who is also MAINTAINER, with some tweaks by me and sthen@. ok sthen@
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
COMMENT = click on root window and run a command
|
||||
|
||||
GH_ACCOUNT = phillbush
|
||||
GH_PROJECT = xclickroot
|
||||
GH_TAGNAME = v1.4.0
|
||||
|
||||
CATEGORIES = x11
|
||||
HOMEPAGE = https://github.com/phillbush/xclickroot
|
||||
MAINTAINER = Alexander Arkhipov <aa@manpager.net>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE =Yes
|
||||
|
||||
WANTLIB += X11 c
|
||||
|
||||
FAKE_FLAGS = PREFIX=${PREFIX} \
|
||||
MANPREFIX=${PREFIX}/man
|
||||
|
||||
MAKE_FLAGS = CC="${CC}"
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,2 @@
|
||||
SHA256 (xclickroot-1.4.0.tar.gz) = 0l11ozP5wWaL51qdZP8ZpzadzRdSRUfRFmvh9quGh8s=
|
||||
SIZE (xclickroot-1.4.0.tar.gz) = 3293
|
||||
@@ -0,0 +1,2 @@
|
||||
xclickroot runs a command every time a given mouse button is pressed on
|
||||
the root window.
|
||||
@@ -0,0 +1,2 @@
|
||||
@bin bin/xclickroot
|
||||
@man man/man1/xclickroot.1
|
||||
Reference in New Issue
Block a user