pkgsrc/devel/go-debounce/buildlink3.mk
minskim a66badb13e devel/go-debounce: Import version 1.1.0
A debouncer written in Go. This may seem like a fairly narrow library,
so why not copy-and-paste it when needed? Sure, but this is, however,
slightly more usable than left-pad, and as I move my client code into
the GopherJS world, a debounce function is a must-have.
2018-06-14 15:15:58 +00:00

15 lines
440 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2018/06/14 15:15:58 minskim Exp $
BUILDLINK_TREE+= go-debounce
.if !defined(GO_DEBOUNCE_BUILDLINK3_MK)
GO_DEBOUNCE_BUILDLINK3_MK:=
BUILDLINK_CONTENTS_FILTER.go-debounce= ${EGREP} gopkg/
BUILDLINK_DEPMETHOD.go-debounce?= build
BUILDLINK_API_DEPENDS.go-debounce+= go-debounce>=1.1.0
BUILDLINK_PKGSRCDIR.go-debounce?= ../../devel/go-debounce
.endif # GO_DEBOUNCE_BUILDLINK3_MK
BUILDLINK_TREE+= -go-debounce