blob: b3ff6975c435402a7e535592a4d7f0cc26330460 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
PORTNAME= hyprviz
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.2
CATEGORIES= x11 wayland
MAINTAINER= tagattie@FreeBSD.org
COMMENT= GUI for configuring Hyprland
WWW= https://github.com/timasoft/hyprviz
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cargo gnome
USE_GITHUB= yes
GH_ACCOUNT= timasoft
USE_GNOME= glib20 gtk40
PLIST_FILES= bin/${PORTNAME} \
share/applications/${PORTNAME}.desktop
PORTDOCS= readme.md
OPTIONS_DEFINE= DOCS
post-install:
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
|