aperezdc / signify

OpenBSD tool to sign and verify signatures on files. Portable version.
ISC License
276 stars 16 forks source link

Configuration and document covering a container build #30

Closed dmarti closed 8 months ago

dmarti commented 4 years ago

This is an informational pull request only, for anyone who might be interested in building Signify in a container without installing tools and dependencies on the host. The Signify Makefile is really helpful and full-featured so I used it as an example for this container build how-to, using the new tool Earthly.

marcusmueller commented 3 years ago

No offense, but isn't that what you get when you use apt build-dep signify-openbsd on debian buster / Ubuntu 20.04 or later, dnf builddep signify on Fedora (currently only on rawhide) and the equivalent on a lot of other linux distros? Why reinvent "linux distributions"?

aperezdc commented 8 months ago

Providing alternative build methods other than the supplied Makefile is out of the scope for this project. Therefore, I would rather not merge this—but of course you may chose to supply this alternative build files elsewhere.