aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2022-02-24 20:32:42 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2022-02-24 20:32:42 +0000
commite2d01ce334b02902e35b0688c607181048472b0c (patch)
tree1e8dd2204af6881c8f10952579f97d1816718a39
parent45f972605437435268e19295f00657655be130c8 (diff)
downloadports-e2d01ce334b02902e35b0688c607181048472b0c.tar.gz
ports-e2d01ce334b02902e35b0688c607181048472b0c.zip
games/wipeclean: Add new port
Are you tired of the old and unintresting clear command? Do you want your error messages to be slowly wiped away? Then try wipeclean!
-rw-r--r--games/Makefile1
-rw-r--r--games/wipeclean/Makefile25
-rw-r--r--games/wipeclean/distinfo3
-rw-r--r--games/wipeclean/pkg-descr4
4 files changed, 33 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile
index 074cea637b99..3368bbc095c0 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -1030,6 +1030,7 @@
SUBDIR += wesnoth
SUBDIR += whichwayisup
SUBDIR += widelands
+ SUBDIR += wipeclean
SUBDIR += wizznic
SUBDIR += wmpuzzle
SUBDIR += wmqstat
diff --git a/games/wipeclean/Makefile b/games/wipeclean/Makefile
new file mode 100644
index 000000000000..aae944584bfe
--- /dev/null
+++ b/games/wipeclean/Makefile
@@ -0,0 +1,25 @@
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
+
+PORTNAME= wipeclean
+PORTVERSION= g20220222
+CATEGORIES= games
+
+MAINTAINER= ehaupt@FreeBSD.org
+COMMENT= CLI tool to wipe away your error messages in style
+
+LICENSE= ISCL
+
+USES= nodejs:run
+USE_GITHUB= yes
+GH_ACCOUNT= JeanJouliaCode
+GH_PROJECT= wipeClean
+GH_TAGNAME= 858b089
+NO_BUILD= yes
+
+PLIST_FILES= bin/wipeclean
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/index.js \
+ ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
+.include <bsd.port.mk>
diff --git a/games/wipeclean/distinfo b/games/wipeclean/distinfo
new file mode 100644
index 000000000000..930a20aae7de
--- /dev/null
+++ b/games/wipeclean/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1645734318
+SHA256 (JeanJouliaCode-wipeClean-g20220222-858b089_GH0.tar.gz) = 778f84a787fb06e72adebd19406719df9eb33007328a3512119810bb2a9d577f
+SIZE (JeanJouliaCode-wipeClean-g20220222-858b089_GH0.tar.gz) = 2347
diff --git a/games/wipeclean/pkg-descr b/games/wipeclean/pkg-descr
new file mode 100644
index 000000000000..7d5694350147
--- /dev/null
+++ b/games/wipeclean/pkg-descr
@@ -0,0 +1,4 @@
+Are you tired of the old and unintresting clear command? Do you want
+your error messages to be slowly wiped away? Then try wipeclean!
+
+WWW: https://github.com/JeanJouliaCode/wipeClean