2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-09-30 21:40:58 -06:00

docs: update

This commit is contained in:
Dylan Araps 2019-05-16 11:08:40 +03:00
parent f924d46e46
commit dad589c943

View File

@ -52,6 +52,8 @@ done < depends
* [`version`](#version)
* [`checksums`](#checksums)
* [`post-install`](#post-install)
* [Frequently asked questions](#frequently-asked-questions)
* [How do I change compiler options globally?](#how-do-i-change-compiler-options-globally)
<!-- vim-markdown-toc -->
@ -187,3 +189,10 @@ c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1 zlib-1.2.11.ta
### `post-install`
The `post-install` file should contain any steps required directly after the package is installed. This includes updating font databases and creating any post-install symlinks which may be required.
## Frequently asked questions
### How do I change compiler options globally?
All you need to do is define `CFLAGS` in your environment. Either give it to `puke` directly (`CFLAGS=-O3 ./puke build zlib`) or set it in your shell's RC file.