| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
While not yet documented, Alpine favors to use plain semver where
possible for pkgver. Lets follow suit.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Closes !792
|
|
|
|
|
|
|
| |
Go shouldn't be required to run the application, it is a statically
compiled binary after all. Mark go only as a compile time dependency.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
|
|
https://mvdan.cc/sh
A shell parser, formatter, and interpreter (sh/bash/mksh)
Note, there is currently a known warning about cgo, which according to
'kaey'.
loadinternal: cannot find runtime/cgo
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Closes !482
|