e29b5eeec3
PR: 295694
26 lines
499 B
Makefile
26 lines
499 B
Makefile
PORTNAME= doxx
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.1.1
|
|
PORTREVISION= 8
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Docx files in your terminal
|
|
WWW= https://github.com/bgreenwell/doxx
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libzstd.so:archivers/zstd
|
|
|
|
USES= cargo
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= bgreenwell
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKDIR}/target/release/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|