summaryrefslogtreecommitdiffstats
path: root/system/tinyterm
diff options
context:
space:
mode:
author B. Watson2021-08-23 11:52:11 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:51:35 +0200
commit4e85aa2f80cc657eefb94e21f87b27b7e779027e (patch)
treea47b72cf7ec69e269f5e0731a1d8073a7581cee8 /system/tinyterm
parent69946fbdb2a6e80bb732ec2f3da1a0aad4b622c5 (diff)
downloadslackbuilds-4e85aa2f80cc657eefb94e21f87b27b7e779027e.tar.gz
system/tinyterm: Reflow README, relicense as WTFPL.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tinyterm')
-rw-r--r--system/tinyterm/README14
-rw-r--r--system/tinyterm/slack-desc6
-rw-r--r--system/tinyterm/tinyterm.SlackBuild23
3 files changed, 14 insertions, 29 deletions
diff --git a/system/tinyterm/README b/system/tinyterm/README
index 03583ef861..525a2a76e7 100644
--- a/system/tinyterm/README
+++ b/system/tinyterm/README
@@ -1,9 +1,11 @@
+tinyterm (simple terminal)
+
tinyterm is a simple X terminal emulator written in C.
-It supports Ctrl + Shift + C and Ctrl + Shift + V for copy and paste actions.
+It supports copy & paste with Ctrl+Shift+C and Ctrl+Shift+V.
-Most of tinyterm's configuration is compiled in, rather than being read
-from config files or command-line options. To build a customized tinyterm,
-copy config.h from the tinyterm source to the SlackBuild's directory and
-edit as you see fit. Probably the most important change for most people
-will be to increase the font size (TINYTERM_FONT).
+Most of tinyterm's configuration is compiled in, rather than being
+read from config files or command-line options. To customize tinyterm,
+copy config.h from the tinyterm source to the SlackBuild's directory
+and edit as you see fit. Probably the most important change for most
+people will be to increase the font size (TINYTERM_FONT).
diff --git a/system/tinyterm/slack-desc b/system/tinyterm/slack-desc
index 32a74afb40..f8e7598829 100644
--- a/system/tinyterm/slack-desc
+++ b/system/tinyterm/slack-desc
@@ -10,10 +10,10 @@ tinyterm: tinyterm (simple terminal)
tinyterm:
tinyterm: tinyterm is a simple X terminal emulator written in C.
tinyterm:
-tinyterm: It supports copy & paste with:
-tinyterm: Ctrl + Shift + C and Ctrl + Shift + V.
+tinyterm: It supports copy & paste with Ctrl+Shift+C and Ctrl+Shift+V.
+tinyterm:
+tinyterm: Homepage: https://github.com/ryanpcmcquen/tinyterm
tinyterm:
-tinyterm: https://github.com/ryanpcmcquen/tinyterm
tinyterm:
tinyterm:
tinyterm:
diff --git a/system/tinyterm/tinyterm.SlackBuild b/system/tinyterm/tinyterm.SlackBuild
index fceb61fa11..95eb2b47a3 100644
--- a/system/tinyterm/tinyterm.SlackBuild
+++ b/system/tinyterm/tinyterm.SlackBuild
@@ -7,23 +7,9 @@
# Now maintained by B. Watson (yalhcru@gmail.com)
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version, with the following exception:
-# the text of the GPL license may be omitted.
-
-# This program is distributed in the hope that it will be useful, but
-# without any warranty; without even the implied warranty of
-# merchantability or fitness for a particular purpose. Compiling,
-# interpreting, executing or merely reading the text of the program
-# may result in lapses of consciousness and/or very being, up to and
-# including the end of all existence and the Universe as we know it.
-# See the GNU General Public License for more details.
-
-# You may have received a copy of the GNU General Public License along
-# with this program (most likely, a file named COPYING). If not, see
-# <http://www.gnu.org/licenses/>.
+# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+
+# 20210823 bkw: relicense as WTFPL with original author's permission
# 20200114 bkw: update for v0.6.0
@@ -51,9 +37,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0