mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/tinyterm: Reflow README, relicense as WTFPL.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
69946fbdb2
commit
4e85aa2f80
3 changed files with 13 additions and 28 deletions
|
@ -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).
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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.
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 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/>.
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue