7379c23239
go-wordwrap is a package for Go that automatically wraps words into multiple lines. The primary use case for this is in formatting CLI output, but of course word wrapping is a generally useful thing to do.
16 lines
440 B
Makefile
16 lines
440 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2020/04/27 15:15:08 nikita Exp $
|
|
|
|
BUILDLINK_TREE+= go-wordwrap
|
|
|
|
.if !defined(GO_WORDWRAP_BUILDLINK3_MK)
|
|
GO_WORDWRAP_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_CONTENTS_FILTER.go-wordwrap= ${EGREP} gopkg/
|
|
BUILDLINK_DEPMETHOD.go-wordwrap?= build
|
|
|
|
BUILDLINK_API_DEPENDS.go-wordwrap+= go-wordwrap>=1.0.0
|
|
BUILDLINK_PKGSRCDIR.go-wordwrap?= ../../devel/go-wordwrap
|
|
|
|
.endif # GO_WORDWRAP_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -go-wordwrap
|