aboutsummaryrefslogtreecommitdiff
path: root/games/arttime/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2022-10-04 09:34:32 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2022-10-04 09:34:32 +0000
commit7f2f0cc69b9348a6bfcbdbeee5793616628307b4 (patch)
tree055057b2cd0969caef00af37128f365491b54714 /games/arttime/Makefile
parentb52e773748c456d086edcbe325a3da0b8231c571 (diff)
downloadports-7f2f0cc69b9348a6bfcbdbeee5793616628307b4.tar.gz
ports-7f2f0cc69b9348a6bfcbdbeee5793616628307b4.zip
games/arttime: add new port
Text art meets the functionality of a feature-rich clock/timer / pattern-based time manager. Arttime brings curated text art to otherwise artless terminal emulators of starving developers and other users who can use the terminal.
Diffstat (limited to 'games/arttime/Makefile')
-rw-r--r--games/arttime/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/games/arttime/Makefile b/games/arttime/Makefile
new file mode 100644
index 000000000000..331befa50d05
--- /dev/null
+++ b/games/arttime/Makefile
@@ -0,0 +1,24 @@
+PORTNAME= arttime
+PORTVERSION= 1.9.1
+DISTVERSIONPREFIX= v
+CATEGORIES= games
+
+MAINTAINER= ehaupt@FreeBSD.org
+COMMENT= Bring curated text/ascii art to artless terminals
+WWW= https://github.com/reportaman/arttime
+
+LICENSE= GPLv3
+
+BUILD_DEPENDS= zsh:shells/zsh
+RUN_DEPENDS= zsh:shells/zsh
+
+USE_GITHUB= yes
+GH_ACCOUNT= reportaman
+
+NO_ARCH= yes
+NO_BUILD= yes
+
+do-install:
+ ${SETENV} ${MAKE_ENV} DESTDIR=${STAGEDIR} ${WRKSRC}/install.sh --prefix ${PREFIX}
+
+.include <bsd.port.mk>