freebsd-ports/x11/watershot/Makefile
Jan Beich e1fb44f352 x11/watershot: add new port
A simple Wayland-native screenshot tool inspired by Flameshot.

https://github.com/Kirottu/watershot
2023-07-22 10:45:51 +00:00

24 lines
572 B
Makefile

PORTNAME= watershot
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.0
CATEGORIES= x11 wayland
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Simple Wayland-native screenshot tool
WWW= https://github.com/Kirottu/watershot
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
libfontconfig.so:x11-fonts/fontconfig \
libxkbcommon.so:x11/libxkbcommon
RUN_DEPENDS= ${LOCALBASE}/lib/libvulkan.so:graphics/vulkan-loader \
grim:x11/grim
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= Kirottu
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>