opnsense-ports/devel/lazygit/Makefile
Franco Fichtner f609f80dfc */*: sync with upstream
Taken from: FreeBSD
2023-05-15 09:07:47 +02:00

20 lines
379 B
Makefile

PORTNAME= lazygit
DISTVERSIONPREFIX= v
DISTVERSION= 0.38.2
PORTREVISION= 0
CATEGORIES= devel
MAINTAINER= meta@FreeBSD.org
COMMENT= Simple terminal UI for git commands
WWW= https://github.com/jesseduffield/lazygit
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/jesseduffield/lazygit
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>