diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..cb98568 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# Content + +## Abstract + +forgejo is being published on Codeberg ([Link](https://codeberg.org/forgejo/forgejo/releases)), +AUR has it present, e.g. Debian doesn't. This repository simply downloads the released binaries +and packages them through nfpm. + +Few-minutes-approach - we don't fetch versioning from the releases page yet. + +## Files / Folders + +### /fs + +This reflects actual system folders, so here you'll find the actual scripts and +libraries in the folders you'd put them into on your system. + +Separated into architecture specific folders. + +### /Makefile + +Downloads the release binaries. Change FJVER to match the release, hit `make download`, done. + +### /nfpm + +The packaging folder. |