mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
cf118ccf87
Reported by: lwhsu
30 lines
763 B
Makefile
30 lines
763 B
Makefile
PORTNAME= textql
|
|
PORTVERSION= g20200203
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= ume@FreeBSD.org
|
|
COMMENT= Execute SQL against structured text like CSV or TSV
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= dinedal
|
|
GH_TAGNAME= 1d6fef5
|
|
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>
|