diff options
Diffstat (limited to 'deskutils/tatuin/Makefile')
-rw-r--r-- | deskutils/tatuin/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/deskutils/tatuin/Makefile b/deskutils/tatuin/Makefile new file mode 100644 index 000000000000..b98e6d6d7e39 --- /dev/null +++ b/deskutils/tatuin/Makefile @@ -0,0 +1,19 @@ +PORTNAME= tatuin +DISTVERSIONPREFIX= v +DISTVERSION= 0.24.1 +CATEGORIES= deskutils + +MAINTAINER= alven@FreeBSD.org +COMMENT= Task Aggregator TUI for N providers +WWW= https://github.com/panter-dsd/tatuin/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= cargo ssl +USE_GITHUB= yes +GH_ACCOUNT= panter-dsd + +PLIST_FILES= bin/tatuin + +.include <bsd.port.mk> |