git: 41152f42b959 - main - devel/hyprwayland-scanner: add new port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Apr 2024 05:23:35 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=41152f42b9596d6e1e6ead8e981ea987507f5067
commit 41152f42b9596d6e1e6ead8e981ea987507f5067
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-04-20 12:27:49 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-04-22 05:22:49 +0000
devel/hyprwayland-scanner: add new port
A Hyprland implementation of wayland-scanner, in and for C++.
https://github.com/hyprwm/hyprwayland-scanner
---
devel/Makefile | 1 +
devel/hyprwayland-scanner/Makefile | 21 +++++++++++++++++++++
devel/hyprwayland-scanner/distinfo | 3 +++
devel/hyprwayland-scanner/pkg-descr | 1 +
4 files changed, 26 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 9fd88a253e87..c398cfa454c7 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -967,6 +967,7 @@
SUBDIR += hwloc2
SUBDIR += hyperscan
SUBDIR += hyprlang
+ SUBDIR += hyprwayland-scanner
SUBDIR += ice
SUBDIR += ice37
SUBDIR += icestorm
diff --git a/devel/hyprwayland-scanner/Makefile b/devel/hyprwayland-scanner/Makefile
new file mode 100644
index 000000000000..d7601bb21236
--- /dev/null
+++ b/devel/hyprwayland-scanner/Makefile
@@ -0,0 +1,21 @@
+PORTNAME= hyprwayland-scanner
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.1.0
+CATEGORIES= devel
+
+MAINTAINER= jbeich@FreeBSD.org
+COMMENT= Hyprland implementation of wayland-scanner
+WWW= https://github.com/hyprwm/hyprwayland-scanner
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+LIB_DEPENDS= libpugixml.so:textproc/pugixml
+
+USES= cmake compiler:c++11-lib pathfix pkgconfig
+USE_GITHUB= yes
+GH_ACCOUNT= hyprwm
+PLIST_FILES= bin/${PORTNAME} \
+ libdata/pkgconfig/${PORTNAME}.pc
+
+.include <bsd.port.mk>
diff --git a/devel/hyprwayland-scanner/distinfo b/devel/hyprwayland-scanner/distinfo
new file mode 100644
index 000000000000..88923b1bb401
--- /dev/null
+++ b/devel/hyprwayland-scanner/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1713616069
+SHA256 (hyprwm-hyprwayland-scanner-v0.1.0_GH0.tar.gz) = 425ab1ad3efc8515ea1468af3acbb1429ea9f82d53fcf0bfdceea040dadbd972
+SIZE (hyprwm-hyprwayland-scanner-v0.1.0_GH0.tar.gz) = 8394
diff --git a/devel/hyprwayland-scanner/pkg-descr b/devel/hyprwayland-scanner/pkg-descr
new file mode 100644
index 000000000000..9709d5597a88
--- /dev/null
+++ b/devel/hyprwayland-scanner/pkg-descr
@@ -0,0 +1 @@
+A Hyprland implementation of wayland-scanner, in and for C++.