system/rmw: Updated for version 0.4.03.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Andy Alt 2017-12-28 23:44:06 +00:00 committed by Willy Sudiarto Raharjo
parent f83f6c8859
commit 6d5c59033a
4 changed files with 23 additions and 19 deletions

View file

@ -1,6 +1,7 @@
rmw is an OS portable cli trash can utility written in C. It can send files to
your "Desktop" trash, or a completely separate folder. It can also: restore
files; permanently delete files that were rmw'ed more than xx number of days
ago; skip files or directories that have a "PROTECT" directive in the
configuration file; and append a unique string to the filenames so they won't
be overwritten (duplication protection).
rmw is an OS portable cli trash can utility written in C. It can send
files to your "Desktop" trash, or a completely separate folder. It can
also: restore files; permanently delete files that were rmw'ed more
than xx number of days ago; skip files or directories that have a
"PROTECT" directive in the configuration file; and append a unique
string to the filenames so they won't be overwritten (duplication
protection).

View file

@ -1,19 +1,22 @@
# rmw 0.4.01
[![Build Status](https://travis-ci.org/andy5995/rmw.svg?branch=master)](https://travis-ci.org/andy5995/rmw)
rmw is an OS portable cli trash can utility written in C. It can send files to
your "Desktop" trash, or a completely separate folder. It can also: restore
files; permanently delete files that were rmw'ed more than xx number of days
ago; skip files or directories that have a "PROTECT" directive in the
configuration file; and append a unique string to the filenames so they won't
be overwritten (duplication protection).
# rmw v0.4.03
rmw is an OS portable cli trash can utility written in C. It can send
files to your "Desktop" trash, or a completely separate folder. It can
also: restore files; permanently delete files that were rmw'ed more
than xx number of days ago; skip files or directories that have a
"PROTECT" directive in the configuration file; and append a unique
string to the filenames so they won't be overwritten (duplication
protection).
Web site: https://github.com/andy5995/rmw/wiki
Anyone interested in this project is welcome to join the [chat
room](https://join.slack.com/t/removetowaste/shared_invite/enQtMjU3NTA0NTI2OTgzLTkzMzQxNDhjYzlkM2UxMTA2MzJjNWYyZjAyYzkyNWNmZjJmYWZmYjUyODk2NzNkNzBhMzFjOGZkMTg2MzAxMTM).
If you would like to help translate the man page or the output messages for
this program, please see the [Translating wiki
If you would like to help translate the man page or the output messages
for this program, please see the [Translating wiki
page](https://github.com/andy5995/rmw/wiki/Translating).
## Required libraries

View file

@ -5,7 +5,7 @@
# Written by (Andy Alt) (andy400-dev@yahoo.com)
PRGNAM=rmw
VERSION=${VERSION:-0.4.01}
VERSION=${VERSION:-0.4.03}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="rmw"
VERSION="0.4.01"
VERSION="0.4.03"
HOMEPAGE="https://github.com/andy5995/rmw/wiki"
DOWNLOAD="https://sourceforge.net/projects/rmw/files/rmw-0.4.01.tar.gz/download"
MD5SUM="f21d06ce9021cfcd0848545070b1f675"
DOWNLOAD="https://github.com/andy5995/rmw/releases/download/v0.4.03/rmw-0.4.03.tar.gz"
MD5SUM="e966cc5ac53ec038f7a9b51ca0fa2c06"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""