mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
21 lines
342 B
Makefile
21 lines
342 B
Makefile
PORTNAME= gitty
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.1.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= dch@FreeBSD.org
|
|
COMMENT= Smart terminal helper for git projects
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= muesli
|
|
|
|
.include "${.CURDIR}/Makefile.deps"
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|