aboutsummaryrefslogtreecommitdiff
path: root/textproc/uni/Makefile
blob: e5c94a101b712a54f08a53dba0e090eeb62585b3 (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
# Created by: Thierry Thomas <thierry@FreeBSD.org>

PORTNAME=	uni
PORTVERSION=	2.5.1
DISTVERSIONPREFIX=	v
CATEGORIES=	textproc

MAINTAINER=	thierry@FreeBSD.org
COMMENT=	Query the Unicode database from the commandline

LICENSE=	MIT

USES=		go:modules

USE_GITHUB=	yes
GH_ACCOUNT=	arp242

GH_TUPLE=	arp242:termtext:v1.0.0:arp242_termtext/vendor/zgo.at/termtext \
		arp242:zli:3bb954a2e74c:arp242_zli/vendor/zgo.at/zli \
		arp242:zstd:6078fed48e39:arp242_zstd/vendor/zgo.at/zstd \
		golang:sys:665e8c7367d1:golang_sys/vendor/golang.org/x/sys \
		golang:term:e5f449aeb171:golang_term/vendor/golang.org/x/term \
		mattn:go-runewidth:v0.0.13: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>