1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/textproc/textql/Makefile

32 lines
776 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= textql
PORTVERSION= g20200203
2020-03-08 13:48:40 +00:00
PORTREVISION= 1
CATEGORIES= textproc
MAINTAINER= ume@FreeBSD.org
COMMENT= Execute SQL against structured text like CSV or TSV
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
2020-03-08 13:48:40 +00:00
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= dinedal
GH_TAGNAME= 1d6fef5
2020-03-08 13:48:40 +00:00
GH_TUPLE= mattn:go-runewidth:v0.0.2:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \
mattn:go-sqlite3:v2.0.3:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \
olekukonko:tablewriter:d4647c9c7a84:olekukonko_tablewriter/vendor/github.com/olekukonko/tablewriter
GO_TARGET= textql/main.go:textql
PLIST_FILES= bin/textql \
man/man1/textql.1.gz
post-install:
${INSTALL_MAN} ${WRKSRC}/man/textql.1 \
${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>