From 4c139c19b48272dac7aa132e1b381fd89ae33017 Mon Sep 17 00:00:00 2001 From: IvanCherepov Date: Fri, 5 Feb 2016 12:07:59 -0800 Subject: [PATCH] DOCS: adding note about packaging script to TODO tracking issues #5 from gpget/issues --- TODO.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO.md b/TODO.md index 5e7da8e..41fbb2a 100644 --- a/TODO.md +++ b/TODO.md @@ -8,6 +8,13 @@ Below is a rough list of things to be resolved * Support Trust levels * Document exit codes and make them more explicit * Show the progress of a current download (Fixes [Issue 2](gpget#2)) + * Provide packaging scripts for various distros + * rpm + * deb + * portage + * apk + * pacman + * homebrew ### Bugs * Don't use ioutil.ReadAll() when reading the HTTP content. Instead use an io.Reader() (Fixes [Issue 4](gpget#4))