opnsense-ports/textproc/angle-grinder/Makefile
Franco Fichtner 87749ae55e */*: sync with upstream
Taken from: FreeBSD
2023-06-12 10:04:19 +02:00

29 lines
576 B
Makefile

PORTNAME= angle-grinder
DISTVERSIONPREFIX= v
DISTVERSION= 0.19.2
CATEGORIES= textproc
MAINTAINER= lcook@FreeBSD.org
COMMENT= Slice and dice logs on the command line
WWW= https://github.com/rcoh/angle-grinder
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cargo ssl
USE_GITHUB= yes
GH_ACCOUNT= rcoh
PLIST_FILES= bin/agrind
PORTDOCS= README.md
OPTIONS_DEFINE= DOCS
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/agrind
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>