aboutsummaryrefslogtreecommitdiff
path: root/devel/gitty/Makefile
blob: c347d47246e0d84a49c22f8a7ecfbdb6ddd8916c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	gitty
DISTVERSIONPREFIX=	v
DISTVERSION=	0.7.0
PORTREVISION=	2
CATEGORIES=	devel

MAINTAINER=	dch@FreeBSD.org
COMMENT=	Smart terminal helper for git projects
WWW=		https://github.com/muesli/gitty

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:modules
GO_MODULE=	github.com/muesli/${PORTNAME}

.include "${.CURDIR}/Makefile.deps"

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>