aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 21c27f8ae6544e3c48d06f947814321677b7c3bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# fluent-bit PKGBUILD

## building

To build:

    makepkg -CcfLsr

That is `-c` for 'clean after succesful build', `-C` for 'remove $srcdir before
building', `-f` for 'force rebuilding if package already exists', `-L` for
'save a build log', `-s` for 'install missing dependencies using pacman', `-r`
for 'remove any installed dependencies after build'.

To create the .SRCINFO:

    makepkg --printsrcinfo > .SRCINFO

Update SHA512 sums using `updpkgsums` from `pacman-contrib`:

    updpkgsums