mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
deskutils/tasksh: create port
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
This commit is contained in:
parent
f25ef12d40
commit
638eb1bfb9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445286
5 changed files with 28 additions and 0 deletions
|
@ -225,6 +225,7 @@
|
||||||
SUBDIR += tagutils
|
SUBDIR += tagutils
|
||||||
SUBDIR += taskcoach
|
SUBDIR += taskcoach
|
||||||
SUBDIR += taskd
|
SUBDIR += taskd
|
||||||
|
SUBDIR += tasksh
|
||||||
SUBDIR += taskwarrior
|
SUBDIR += taskwarrior
|
||||||
SUBDIR += teapot
|
SUBDIR += teapot
|
||||||
SUBDIR += tel
|
SUBDIR += tel
|
||||||
|
|
13
deskutils/tasksh/Makefile
Normal file
13
deskutils/tasksh/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# $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>
|
3
deskutils/tasksh/distinfo
Normal file
3
deskutils/tasksh/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1499468972
|
||||||
|
SHA256 (tasksh-1.2.0.tar.gz) = 6e42f949bfd7fbdde4870af0e7b923114cc96c4344f82d9d924e984629e21ffd
|
||||||
|
SIZE (tasksh-1.2.0.tar.gz) = 449323
|
4
deskutils/tasksh/pkg-descr
Normal file
4
deskutils/tasksh/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
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
|
7
deskutils/tasksh/pkg-plist
Normal file
7
deskutils/tasksh/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
bin/tasksh
|
||||||
|
man/man1/tasksh.1.gz
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
Loading…
Add table
Reference in a new issue