a5496b3c36
Sponsored by: SkunkWerks, GmbH
25 lines
518 B
Makefile
25 lines
518 B
Makefile
PORTNAME= caps-log
|
|
DISTVERSION= 1.2.1.a.20251107
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= varinka@FreeBSD.am
|
|
COMMENT= Small TUI journaling tool
|
|
WWW= https://github.com/NikolaDucak/caps-log/
|
|
|
|
LICENSE= MIT
|
|
|
|
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
|
|
libfmt.so:devel/libfmt \
|
|
libftxui-screen.so:devel/ftxui \
|
|
libgit2.so:devel/libgit2
|
|
|
|
USES= cmake
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= NikolaDucak
|
|
GH_PROJECT= caps-log
|
|
GH_TAGNAME= 9b3c51ca2015c879c28dfeb8e5981b826988ff2c
|
|
|
|
PLIST_FILES= bin/caps-log
|
|
|
|
.include <bsd.port.mk>
|