Age | Commit message (Collapse) | Author |
|
Add systemd service.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, bring the package into line with current Go package guidelines.
|
|
This patch brings the package into line with the package / security
guidelines and other Go packages in the official repositories.
* build from official tarball
* verify sources by PGP signature
* install hydroxide's MIT license to /usr/share/licenses/hydroxide
* use go-pie instead of go for security
* add missing dependency glibc
* remove check() since hydroxide doesn't have test cases
* delete go.sum
|
|
This change breaks up the monolithic package into distinct prepare,
build, check, and package steps, as that is canonical. Borrowing from
packaging guidelines we also now respect LDFLAGS and trimpath at build
time.
|
|
|
|
|