Tasksh is a shell command that wraps Taskwarrior commands. It is intended to provide simpler Taskwarrior access, and add a few new features of its own. WWW: https://tasktools.org/projects/tasksh.html
13 lines
252 B
Makefile
13 lines
252 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tasksh
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= http://taskwarrior.org/download/
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Shell command that wraps Taskwarrior commands
|
|
|
|
USES= cmake readline
|
|
|
|
.include <bsd.port.mk>
|