system/ded: Reflow README, rm template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
16a78801a2
commit
b951e2fccd
|
@ -4,9 +4,9 @@ ded (pronounced "dee-eee-dee") allows you to navigate through multiple
|
|||
file lists or a directory tree, viewing or changing file attributes
|
||||
rapidly. In addition to conventional file information, it operates on
|
||||
the file's RCS or SCCS archives (or CVS or SVN, etc), making it useful
|
||||
for source-control as well as system administration. Curses-based,
|
||||
it runs on UNIX systems.
|
||||
for source-control as well as system administration. Curses-based, it
|
||||
runs on UNIX systems.
|
||||
|
||||
For those unfamiliar with ded, it's vaguely similar to Midnight Commander,
|
||||
or dired mode in Emacs, but with vi-like key bindings. Press h while
|
||||
ded is running to see its help screen.
|
||||
For those unfamiliar with ded, it's vaguely similar to Midnight
|
||||
Commander, or dired mode in Emacs, but with vi-like key
|
||||
bindings. Press h while ded is running to see its help screen.
|
||||
|
|
|
@ -43,9 +43,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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ded"
|
||||
VERSION="20210110"
|
||||
HOMEPAGE="http://invisible-island.net/ded/"
|
||||
DOWNLOAD="http://invisible-mirror.net/archives/ded/ded-20210110.tgz \
|
||||
http://invisible-mirror.net/archives/ded/td_lib-20210110.tgz"
|
||||
DOWNLOAD="https://invisible-mirror.net/archives/ded/ded-20210110.tgz \
|
||||
https://invisible-mirror.net/archives/ded/td_lib-20210110.tgz"
|
||||
MD5SUM="80a03899f46fe64179d824f65ed1491b \
|
||||
71a71fb677e480e293dc7907df23b70b"
|
||||
DOWNLOAD_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue