mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
21 lines
420 B
Makefile
21 lines
420 B
Makefile
PORTNAME= harper
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.12.0
|
|
PORTREVISION= 2
|
|
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>
|