logo

cmd-urlencode

percent-encode stdin for making URLs git clone https://anongit.hacktivis.me/git/cmd-urlencode.git

README.md (483B)


  1. # urlencode - percent-encode stdin for making URLs
  2. ## Dependencies
  3. - C99 Compiler
  4. - POSIX.1-2008 libc
  5. - POSIX.1-2024 make (*BSDs and GNU make will also do)
  6. ## Downloads
  7. - Tarballs + signature: <https://distfiles.hacktivis.me/releases/cmd-urlencode/>
  8. - How to verify the signatures: <https://distfiles.hacktivis.me/releases/signify/README.html>
  9. ## Packaging
  10. - Compiling: ``make``
  11. - Installing: ``make install`` (`PREFIX`, `BINDIR`, `MANDIR`, as well as `DESTDIR` are supported)