blob: cb985681e029d6f84f9a9b152ae3b4489f4c2512 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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.
|