Package naming conventions: Difference between revisions

Patka (talk | contribs)
m Add <code> tags
Patka (talk | contribs)
m Correctly close code tag
Line 5: Line 5:
! Use
! Use
|-
|-
| <code>-bin<code>
| <code>-bin</code>
|The binary is copied from upstream, not build from source using Nix. A <code>-bin</code> version is only available if a source-based version already exists, and there exists a meaninful difference between the two. An example is the Hashicorp Vault package that doesn't include the web UI, but the <code>-bin</code> version does.
|The binary is copied from upstream, not build from source using Nix. A <code>-bin</code> version is only available if a source-based version already exists, and there exists a meaninful difference between the two. An example is the Hashicorp Vault package that doesn't include the web UI, but the <code>-bin</code> version does.
|-
|-