Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/graste/wget-packages
- Owner: graste
- License: mit
- Created: 2014-06-20T19:14:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-20T19:24:41.000Z (over 10 years ago)
- Last Synced: 2023-03-11T01:48:32.527Z (over 1 year ago)
- Language: Shell
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.