diff options
author | Kyle Meyer <kyle@kyleam.com> | 2024-10-27 14:10:34 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2024-10-27 14:13:09 -0400 |
commit | 6ed25f26baf57115f8907966b0e170cef55f2a81 (patch) | |
tree | 83543667117851faddae91aaaea7e39c139f1479 /README | |
download | static-annex-6ed25f26baf57115f8907966b0e170cef55f2a81.tar.gz |
Add initial setup
Diffstat (limited to 'README')
-rw-r--r-- | README | 49 |
1 files changed, 49 insertions, 0 deletions
@@ -0,0 +1,49 @@ + +static-annex --- Scripts for creating a static git-annex build +============================================================== + +This repository contains scripts for creating the statically linked +linux/amd64 builds of git-annex [^1] that are hosted under + + https://dl.kyleam.com/git-annex/ + +To do so, it relies on the images defined at + + https://gitlab.com/benz0li/ghc-musl + +[^1] https://git-annex.branchable.com/ + + +License +------- + +This repository's build scripts are licensed under the BSD Zero Clause +License. The licenses of the various git-annex components are +specified in its COPYRIGHT file, which is bundled with each output +tar.gz. + + +Contributing +------------ + +Bug reports, patches, questions, and other feedback are welcome. +Please send a plain-text email, with "[static-annex]" as the subject +prefix, to + + misc@inbox.kyleam.com + +To add this prefix to patches, you can generate the them with + + git format-patch --subject-prefix="PATCH static-annex" ... + +To avoid passing --subject-prefix each time you call format-patch, you +can configure the repository's default prefix: + + git config format.subjectPrefix "PATCH static-annex" + +Messages that include the address above are public and available as +public-inbox [^2] archives at + + https://inbox.kyleam.com/misc/?q=s%3Astatic-annex + +[^2]: https://public-inbox.org/README |