Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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