freebsd-ports/devel/arduinoOTA/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
387 B
Makefile

PORTNAME= arduinoOTA
PORTVERSION= 1.2.0
CATEGORIES= devel
MAINTAINER= kevans@FreeBSD.org
COMMENT= OTA upload tool for Arduino/ESP8266
LICENSE= GPLv3
USES= go
USE_GITHUB= yes
GH_ACCOUNT= arduino
GH_TAGNAME= c2b8306
GO_BUILDFLAGS= -ldflags "-X main.compileInfo=${COMPILEINFO}"
PLIST_FILES= bin/${PORTNAME}
COMPILEINFO= ${OPSYS}${OSREL}-${ARCH}-${GH_TAGNAME}
.include <bsd.port.mk>