Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/graste/wget-packages

Simple shell script that acts as a wget package manager with sha1 checksum verification.
https://github.com/graste/wget-packages

Last synced: 9 days ago
JSON representation

Simple shell script that acts as a wget package manager with sha1 checksum verification.

Awesome Lists containing this project

README

        

# Wget Package Manager

Small shell script that downloads files given in a text file via ```wget``` and
verifies the downloaded files via the given expected sha1 checksums.

By default the script uses a ```package.txt``` in the current directory. The
format of the package list file is:

```

```

Have a look at the [package.txt](package.txt) file in this repository for an
example. Lines starting with `#` are comment lines and will be stripped prior
to line-by-line interpretation of the file.

You can customize the packages file path by setting an environment variable
named ```WGET_PACKAGES_FILE```:

```sh
WGET_PACKAGES_FILE=path/to/your/file wget-packages.sh
```

Please contribute by [forking](http://help.github.com/forking/) and sending a
[pull request](http://help.github.com/pull-requests/). The license is MIT.