Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casperklein/docker-wget2-builder
Builds a wget2 debian package
https://github.com/casperklein/docker-wget2-builder
Last synced: 1 day ago
JSON representation
Builds a wget2 debian package
- Host: GitHub
- URL: https://github.com/casperklein/docker-wget2-builder
- Owner: casperklein
- Created: 2019-10-21T20:47:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T21:54:41.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T22:05:40.386Z (over 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 374 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-wget2-builder
Builds a [wget2](https://github.com/rockdaboot/wget2) debian package with Docker. Tested on amd64, arm64 and armhf architectures.
## Prepare
To clone this repository run:
git clone https://github.com/casperklein/docker-wget2-builder docker-wget2-builder
cd docker-wget2-builder## Build wget2 debian package
Build wget2, package and copy it to the current directory with:
make
## Install wget2 debian package
make install
## Uninstall wget2
make uninstall
## Cleanup build environment
make clean