diff options
| author | mobinmob <mobinmob@disroot.org> | 2024-08-17 18:41:33 +0300 |
|---|---|---|
| committer | mobinmob <mobinmob@disroot.org> | 2024-08-17 18:43:33 +0300 |
| commit | fe255c2008487f41d3397c1a9c9cd952a5b84d75 (patch) | |
| tree | 9fd49534bd6a81de92cc7d1ffc7c925743b2ef4a /doc/apkg.conf.md | |
| parent | 017ec72df257c209d2dcb2e7671eba898c4e37cb (diff) | |
| download | autils-fe255c2008487f41d3397c1a9c9cd952a5b84d75.tar.gz autils-fe255c2008487f41d3397c1a9c9cd952a5b84d75.zip | |
/doc : adding corrections by @AngMits.
https://codeberg.org/AngMits
Diffstat (limited to 'doc/apkg.conf.md')
| -rw-r--r-- | doc/apkg.conf.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/apkg.conf.md b/doc/apkg.conf.md index 83f4277..6623016 100644 --- a/doc/apkg.conf.md +++ b/doc/apkg.conf.md @@ -2,19 +2,18 @@ **apkg.conf** - configuration file for apkg - # DESCRIPTION + **apkg.conf** is the configuration file for the **apkg** package manager for the alice linux distribution. It resides by default under /etc in an alice linux installation. -The contends are sourced by the **apkg** script and are in the posix shell *key="value"* format. - +The contents are sourced by the **apkg** script and are in the posix shell *key="value"* format. # CONFIGURATION KEYS -- **APKG_NOPROMPT** If set, it enabled non-interactive use by disabling user confirmation prompt. +- **APKG_NOPROMPT** If set, it enables non-interactive use by disabling user confirmation prompt. - **APKG_PACKAGE_DIR** Directory where the compiled packages will reside. - **APKG_SOURCE_DIR** Directory that will hold the downloaded sources. -- **APKG_WORK_DIR** Directory where the actuall building proccess will take place. This happens in subdirectories which are cleaned after completion. +- **APKG_WORK_DIR** Directory where the actual building process will take place. This happens in subdirectories which are cleaned after completion. - **APKG_LOG** If set, it enables the creation of a log for the program output. - **export CFLAGS="<cflags>"** Default <cflags> are *-O3 -march=x86-64 -pipe* - **export CXXFLAGS="$CFLAGS"** @@ -26,5 +25,6 @@ The contends are sourced by the **apkg** script and are in the posix shell *key= **apkg** is in a working stage but also under heavy development. Please report and bugs/issues in the project issue tracker: https://codeberg.org/emmett1/autils/issues # AUTHORS + emmett1 <emmett1.2miligrams@protonmail.com> Author of the program and creator of alice linux. mobinmob <mobinmob@disroot.org> Author of the man page. |