aboutsummaryrefslogtreecommitdiff
path: root/textproc/uni/Makefile
blob: e1899a3b300a47594ecb41e961f73a610938492f (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
PORTNAME=	uni
PORTVERSION=	2.7.0
DISTVERSIONPREFIX=	v
PORTREVISION=	3
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:runewidth:v0.1.0:arp242_runewidth/vendor/zgo.at/runewidth	\
		arp242:termtext:v1.5.0:arp242_termtext/vendor/zgo.at/termtext	\
		arp242:zli:91dbcffb2960:arp242_zli/vendor/zgo.at/zli	\
		arp242:zstd:10baa641d7d0:arp242_zstd/vendor/zgo.at/zstd	\
		rivo:uniseg:v0.4.7:rivo_uniseg/vendor/github.com/rivo/uniseg

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

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>