c8b8193951
While here, unbundle libgit2. Changelog: https://github.com/unhappychoice/gitlogue/releases/tag/v0.9.0 Reviewed by: osa, vvd (mentors) Approved by: osa (mentor) Differential Revision: https://reviews.freebsd.org/D56724
26 lines
564 B
Makefile
26 lines
564 B
Makefile
PORTNAME= gitlogue
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.9.0 # make patch cargo-crates
|
|
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>
|