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

https://github.com/fjctp/build-snapraid

Build snapraid from source
https://github.com/fjctp/build-snapraid

docker snapraid

Last synced: about 2 months ago
JSON representation

Build snapraid from source

Awesome Lists containing this project

README

        

# build-snapraid
Build snapraid from [github](https://github.com/amadvance/snapraid/releases) based on `opensuse/tumbleweed`

## Usage
Build a specific version of snapraid and copy the executable to current folder.
```
docker run -it --rm -v $PWD:/output -e VERSION=11.3 fjctp/build-snapraid
```