mirror of
https://github.com/erkin/ponysay
synced 2024-11-24 12:23:05 +00:00
60 lines
2.1 KiB
Text
60 lines
2.1 KiB
Text
_____
|
|
| __ \
|
|
| |__) |___ _ __ _ _ ___ __ _ _ _
|
|
| ___// _ \ | '_ \ | | | |/ __| / _` || | | |
|
|
| | | (_) || | | || |_| |\__ \| (_| || |_| |
|
|
|_| \___/ |_| |_| \__, ||___/ \__,_| \__, |
|
|
__/ | __/ |
|
|
|___/ |___/
|
|
_____ _ _ _ _
|
|
|_ _|___ __| | __ _ _ _ _ _ ___ _ _ _ _ | |_ ___ _ _ _ __ (_) _ _ __ _ | |
|
|
| | / _ \/ _` |/ _` || || | | || |/ _ \| || || '_| | _|/ -_)| '_|| ' \ | || ' \ / _` || | _
|
|
|_| \___/\__,_|\__,_| \_, | \_, |\___/ \_,_||_| \__|\___||_| |_|_|_||_||_||_|\__,_||_|( )
|
|
|__/ |__/ |/
|
|
_ _ _ _ _ _
|
|
| |_ ___ _ __ ___ _ _ _ _ ___ __ __ __ | |_ | |_ ___ __ __ __ ___ _ _ | | __| || |
|
|
| _|/ _ \| ' \ / _ \| '_|| '_|/ _ \\ V V / | _|| ' \ / -_) \ V V // _ \| '_|| |/ _` ||_|
|
|
\__|\___/|_|_|_|\___/|_| |_| \___/ \_/\_/ \__||_||_|\___| \_/\_/ \___/|_| |_|\__,_|(_)
|
|
|
|
|
|
|
|
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
|