From 87d86822880fedbf30afff8bc4021917dd23c6b6 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 17 Jul 2012 02:27:44 +0200 Subject: making DEPENDENCIES into plaintext README --- DEPENDENCIES | 41 ----------------------------------------- README | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 DEPENDENCIES create mode 100644 README diff --git a/DEPENDENCIES b/DEPENDENCIES deleted file mode 100644 index c8b1eef..0000000 --- a/DEPENDENCIES +++ /dev/null @@ -1,41 +0,0 @@ -REQUIRED dependencies: - -bash: required for the main script [file: ponysay] - -cowsay: this is a wrapper for cowsay - -coreutils: the main script [file: ponysay] uses stty, cut, ls, cat, head and tail - -sed: used to remove .pony from pony named when running ponysay -l - - - -OPTIONAL dependencies: - -(none) - - - -PONY PROVIDER dependencies: - -make: required to run `make ttyponies` - -coreutils: ln and readlink are used in ttyponies.sh - -bash: required to run ttyponies.sh - -util-say: used by ttyponies.sh to builder ttyponies from xterm ponies -# Available for Arch:ers in AUR as util-say-git are on github at https://github.com/maandree/util-say - - - -MAKE dependencies: - -gcc: used for compiling ponysaytruncater.c - -gzip: used for compressing manpages - -make: required to run the make script - -coreutils: make script uses install unlink rm ln mkdir cp - diff --git a/README b/README new file mode 100644 index 0000000..c8b1eef --- /dev/null +++ b/README @@ -0,0 +1,41 @@ +REQUIRED dependencies: + +bash: required for the main script [file: ponysay] + +cowsay: this is a wrapper for cowsay + +coreutils: the main script [file: ponysay] uses stty, cut, ls, cat, head and tail + +sed: used to remove .pony from pony named when running ponysay -l + + + +OPTIONAL dependencies: + +(none) + + + +PONY PROVIDER dependencies: + +make: required to run `make ttyponies` + +coreutils: ln and readlink are used in ttyponies.sh + +bash: required to run ttyponies.sh + +util-say: used by ttyponies.sh to builder ttyponies from xterm ponies +# Available for Arch:ers in AUR as util-say-git are on github at https://github.com/maandree/util-say + + + +MAKE dependencies: + +gcc: used for compiling ponysaytruncater.c + +gzip: used for compressing manpages + +make: required to run the make script + +coreutils: make script uses install unlink rm ln mkdir cp + -- cgit