diff options
author | mail_redacted_for_web | 2024-12-01 17:21:59 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2024-12-01 17:21:59 +0100 |
commit | fe4e9ea42caf1aaae9eef67beff590730c8e3190 (patch) | |
tree | cd56585e47cc0225d13931aaccab9b25066d2321 /README.md | |
download | forgejo-lirion-fe4e9ea42caf1aaae9eef67beff590730c8e3190.tar.bz2 |
InComm
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. |