mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
textproc/mantra: Add a new port
Mantra is a CLI for previewing mandoc manual pages with live auto-reload in a pager. WWW: https://github.com/0mp/mantra
This commit is contained in:
parent
a2e1df0f73
commit
7ca41f489f
@ -433,6 +433,7 @@
|
||||
SUBDIR += makefaq
|
||||
SUBDIR += makepatch
|
||||
SUBDIR += man2html
|
||||
SUBDIR += mantra
|
||||
SUBDIR += markdown
|
||||
SUBDIR += markdown-mode.el
|
||||
SUBDIR += markdownfmt
|
||||
|
23
textproc/mantra/Makefile
Normal file
23
textproc/mantra/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
PORTNAME= mantra
|
||||
DISTVERSION= 0.1.1
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= 0mp@FreeBSD.org
|
||||
COMMENT= CLI for previewing mandoc manual pages with live auto-reload in a pager
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= entr:sysutils/entr \
|
||||
tmux:sysutils/tmux
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= 0mp
|
||||
|
||||
MAKE_ENV= VERSION=${DISTVERSION}
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/mantra/distinfo
Normal file
3
textproc/mantra/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1634050539
|
||||
SHA256 (0mp-mantra-0.1.1_GH0.tar.gz) = b4c62fcbf1deb71c6fa0cc1937b5d43abc106968289e07e84a1bec44307a0e6b
|
||||
SIZE (0mp-mantra-0.1.1_GH0.tar.gz) = 3236
|
4
textproc/mantra/pkg-descr
Normal file
4
textproc/mantra/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Mantra is a CLI for previewing mandoc manual pages
|
||||
with live auto-reload in a pager.
|
||||
|
||||
WWW: https://github.com/0mp/mantra
|
Loading…
Reference in New Issue
Block a user