21 lines
396 B
Makefile
21 lines
396 B
Makefile
PORTNAME= lazygit
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.37.0
|
|
PORTREVISION= 4
|
|
#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>
|