summaryrefslogtreecommitdiff
path: root/devel/lstr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/lstr/Makefile')
-rw-r--r--devel/lstr/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/lstr/Makefile b/devel/lstr/Makefile
new file mode 100644
index 000000000000..e483b2691a64
--- /dev/null
+++ b/devel/lstr/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= lstr
+PORTVERSION= 0.2.1
+DISTVERSIONPREFIX= v
+CATEGORIES= devel
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Fast, minimalist directory tree viewer
+WWW= https://github.com/bgreenwell/lstr
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= cargo
+
+PLIST_FILES= bin/lstr
+
+USE_GITHUB= yes
+GH_ACCOUNT= bgreenwell
+
+.include <bsd.port.mk>