Files
ports/misc/gitlogue/Makefile
T
Mikael Urankar e29b5eeec3 lang/rust: Bump revisions after 1.96.0
PR:		295694
2026-06-04 10:52:51 +02:00

27 lines
580 B
Makefile

PORTNAME= gitlogue
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.0 # make patch cargo-crates
PORTREVISION= 1
CATEGORIES= misc
MAINTAINER= nxjoseph@FreeBSD.org
COMMENT= Watch your git commit history in a cinematic view
WWW= https://github.com/unhappychoice/gitlogue
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libgit2.so:devel/libgit2 \
libssh2.so:security/libssh2
RUN_DEPENDS= noto-emoji>0:x11-fonts/noto-emoji
USES= cargo localbase ssl
USE_GITHUB= yes
GH_ACCOUNT= unhappychoice
CARGO_ENV= OPENSSL_NO_VENDOR=1
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>