22 lines
570 B
Makefile
22 lines
570 B
Makefile
# $NetBSD: Makefile,v 1.13 2022/05/11 19:26:27 bsiegert Exp $
|
|
|
|
DISTNAME= lazygit-0.31.4
|
|
PKGREVISION= 6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=jesseduffield/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/jesseduffield/lazygit/
|
|
COMMENT= Simple terminal UI for git commands
|
|
LICENSE= mit
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKDIR}/.gopath/bin/lazygit ${DESTDIR}${PREFIX}/bin
|
|
|
|
.include "go-modules.mk"
|
|
|
|
.include "../../lang/go/go-module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|