sync ports with The Matrix
This commit is contained in:
parent
2c0afcbbf3
commit
b72ce7a5e9
1248 changed files with 11809 additions and 12798 deletions
22
wayland/libinput-openbsd/Makefile
Normal file
22
wayland/libinput-openbsd/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
COMMENT = OpenBSD port of libinput
|
||||
DISTNAME = libinput-openbsd-20230714
|
||||
REVISION = 1
|
||||
|
||||
SHARED_LIBS = input 0.0
|
||||
|
||||
GH_ACCOUNT = mherrb
|
||||
GH_PROJECT = libinput
|
||||
GH_COMMIT = 8d1fa015a90733b9db502bfe2de31f15b1d85b48
|
||||
|
||||
CATEGORIES = wayland
|
||||
HOMEPAGE = https://github.com/sizeofvoid/libinput
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
post-install:
|
||||
cd $(WRKSRC) && make includes DESTDIR=""
|
||||
|
||||
DEBUG_PACKAGES = ${BUILD_PACKAGES}
|
||||
|
||||
.include <bsd.port.mk>
|
2
wayland/libinput-openbsd/distinfo
Normal file
2
wayland/libinput-openbsd/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (libinput-openbsd-20230714-8d1fa015.tar.gz) = 4OlEZzQW2tKAj53qUYNjsMgwvx1+nRTOp8/T7GRnATE=
|
||||
SIZE (libinput-openbsd-20230714-8d1fa015.tar.gz) = 71542
|
2
wayland/libinput-openbsd/pkg/DESCR
Normal file
2
wayland/libinput-openbsd/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This is a remimplementation of libinput to OpenBSD.
|
||||
Original code by Martin Pieuchot <mpi@openbsd.org>
|
7
wayland/libinput-openbsd/pkg/PLIST
Normal file
7
wayland/libinput-openbsd/pkg/PLIST
Normal file
|
@ -0,0 +1,7 @@
|
|||
include/libinput.h
|
||||
include/linux/
|
||||
include/linux/input-event-codes.h
|
||||
include/linux/input.h
|
||||
@static-lib lib/libinput.a
|
||||
@lib lib/libinput.so.${LIBinput_VERSION}
|
||||
lib/pkgconfig/libinput.pc
|
Loading…
Add table
Add a link
Reference in a new issue