21 lines
404 B
Makefile
21 lines
404 B
Makefile
PORTNAME= harper
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.11.0
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= ashish@FreeBSD.org
|
|
COMMENT= Grammar checker for developers
|
|
WWW= https://writewithharper.com/
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cargo
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= elijah-potter
|
|
CARGO_INSTALL_PATH= harper-cli harper-ls
|
|
PLIST_FILES= ${CARGO_INSTALL_PATH:S,^,bin/,}
|
|
|
|
.include <bsd.port.mk>
|