logo

cmd-urlencode

percent-encode stdin for making URLs git clone https://anongit.hacktivis.me/git/cmd-urlencode.git
commit: 97f6469e3cfab6e9470f6fbf211204779137fcc4
parent 71a36418ec00eae1068feabda4a3747bf6bc6826
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 25 Mar 2026 08:05:30 +0100

README.md: add

Diffstat:

AREADME.md17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,17 @@ +# urlencode - percent-encode stdin for making URLs + +## Dependencies + +- C99 Compiler +- POSIX.1-2008 libc +- POSIX.1-2024 make (*BSDs and GNU make will also do) + +## Downloads + +- Tarballs + signature: <https://distfiles.hacktivis.me/releases/cmd-urlencode/> +- How to verify the signatures: <https://distfiles.hacktivis.me/releases/signify/README.html> + +## Packaging + +- Compiling: ``make`` +- Installing: ``make install`` (`PREFIX`, `BINDIR`, `MANDIR`, as well as `DESTDIR` are supported)