1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/editors/gomate/Makefile
Tobias Kortkamp 511b7b68c4 New port: editors/gomate
Gomate is an implementation of rmate in Go.  It allows editing of
files via an ssh session in TextMate, VSCode, or any other editor
that supports rmate.

WWW: https://github.com/mattn/gomate

PR:		228486
Submitted by:	Fabian Freyer <fabian.freyer@physik.tu-berlin.de>
Differential Revision:	https://reviews.freebsd.org/D15573
2018-05-26 06:38:15 +00:00

21 lines
341 B
Makefile

# $FreeBSD$
PORTNAME= gomate
DISTVERSION= g20170711
CATEGORIES= editors
MAINTAINER= fabian.freyer@physik.tu-berlin.de
COMMENT= Edit files from an ssh session in TextMate/VSCode
LICENSE= MIT
USES= go
USE_GITHUB= yes
GH_ACCOUNT= mattn
GH_TAGNAME= 7008ee3057500672a7b3b28360b10d1b9288f2f7
PLIST_FILES= bin/gomate
.include <bsd.port.mk>