1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00
freebsd-ports/www/wiki-tui/Makefile
2023-06-09 13:38:16 +02:00

24 lines
454 B
Makefile

PORTNAME= wiki-tui
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.0
PORTREVISION= 1
CATEGORIES= www
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Simple and easy to use Wikipedia Text User Interface
WWW= https://github.com/Builditluc/wiki-tui
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cargo ssl
USE_GITHUB= yes
GH_ACCOUNT= Builditluc
PLIST_FILES= bin/${PORTNAME}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>