aboutsummaryrefslogtreecommitdiff
path: root/textproc/uni/Makefile
blob: 6b8e458cc5533c8afc51d87ec5b1f3db7d9d09d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
PORTNAME=	uni
PORTVERSION=	2.6.0
DISTVERSIONPREFIX=	v
PORTREVISION=	5
CATEGORIES=	textproc

MAINTAINER=	thierry@FreeBSD.org
COMMENT=	Query the Unicode database from the commandline
WWW=		https://github.com/arp242/uni

LICENSE=	MIT

USES=		go:modules

USE_GITHUB=	yes
GH_ACCOUNT=	arp242

GH_TUPLE=	arp242:termtext:v1.1.0:arp242_termtext/vendor/zgo.at/termtext \
		arp242:zli:c6675b0b020a:arp242_zli/vendor/zgo.at/zli \
		arp242:zstd:51d9aeb81421:arp242_zstd/vendor/zgo.at/zstd \
		golang:sys:v0.14.0:golang_sys/vendor/golang.org/x/sys \
		golang:term:v0.14.0:golang_term/vendor/golang.org/x/term \
		mattn:go-runewidth:v0.0.15:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \
		rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg

GO_BUILDFLAGS=	-ldflags "-X main.version=${PORTVERSION}" -buildvcs=false

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>