autils

Unnamed repository; edit this file 'description' to name the repository.
git clone https://codeberg.org/emmett1/autils
Log | Files | Refs | README | LICENSE

apkg.conf.5 (2415B)


      1 .\" -*- mode: troff; coding: utf-8 -*-
      2 .TH "" "5" ""
      3 .SH NAME
      4 It resides by default under \f(CR/etc\fR in an alice linux installation.
      5 The contents are sourced by the \fBapkg\fR program and are in the posix shell \f(CRkey=\(dqvalue\(dq\fR format.
      6 .SH CONFIGURATION KEYS
      7 .IP "\(bu" 3
      8 \f(CRAPKG_NOPROMPT\fR       If set, it enables non-interactive use by disabling user confirmation prompt.
      9 .if n \
     10 .sp -1
     11 .if t \
     12 .sp -0.25v
     13 .IP "\(bu" 3
     14 \f(CRAPKG_PACKAGE_DIR\fR        Directory where the compiled packages will reside.
     15 .if n \
     16 .sp -1
     17 .if t \
     18 .sp -0.25v
     19 .IP "\(bu" 3
     20 \f(CRAPKG_SOURCE_DIR\fR     Directory that will hold the downloaded sources.
     21 .if n \
     22 .sp -1
     23 .if t \
     24 .sp -0.25v
     25 .IP "\(bu" 3
     26 \f(CRAPKG_WORK_DIR\fR           Directory where the actual building process will take place. This happens in subdirectories which are cleaned after completion.
     27 .if n \
     28 .sp -1
     29 .if t \
     30 .sp -0.25v
     31 .IP "\(bu" 3
     32 \f(CRAPKG_LOG\fR        If set, it enables the creation of a log for the program output.
     33 .if n \
     34 .sp -1
     35 .if t \
     36 .sp -0.25v
     37 .IP "\(bu" 3
     38 \f(CRexport CFLAGS=\(dq<cflags>\(dq\fR Default  are \fI-O3 -march=x86-64 -pipe\fR
     39 .if n \
     40 .sp -1
     41 .if t \
     42 .sp -0.25v
     43 .IP "\(bu" 3
     44 \f(CRexport CXXFLAGS=\(dq$CFLAGS\(dq\fR
     45 .if n \
     46 .sp -1
     47 .if t \
     48 .sp -0.25v
     49 .IP "\(bu" 3
     50 \f(CRexport NINJAJOBS=\(dq<-x>\(dq\fR Replace <-x> with the number of jobs the ninja build system with use. Without this it will use the maximum amount of threads the processor suports.
     51 .if n \
     52 .sp -1
     53 .if t \
     54 .sp -0.25v
     55 .IP "\(bu" 3
     56 \f(CRexport MAKEFLAGS=\(dq-jx\(dq\fR  Replace  with the number of jobs the make build system with use.
     57 .LP
     58 EXAMPLES
     59 .LP
     60 .EX
     61 ### example of a valid apkg.conf ### 
     62 export CFLAGS=\(dq-O3 -march=x86-64 -pipe\(dq
     63 export CXXFLAGS=\(dq$CFLAGS\(dq
     64 export MAKEFLAGS=\(dq-j12\(dq
     65 export NINJAJOBS=\(dq12\(dq
     66 APKG_REPO=\(dq/var/lib/alicelinux/repos/core /var/lib/alicelinux/repos/extra /var/lib/alicelinux/repos/xorg /var/lib/alicelinux/repos/wayland\(dq
     67 APKG_PACKAGE_DIR=/var/cache/pkg
     68 APKG_SOURCE_DIR=/var/cache/src
     69 APKG_WORK_DIR=/var/cache/work
     70 .EE
     71 .SH AUTHORS
     72 .LP
     73 emmett1 \c
     74 .MT emmett1.2miligrams@protonmail.com
     75 .ME
     76 Author of the program and creator of alice linux.
     77 .PP
     78 mobinmob \c
     79 .MT mobinmob@disroot.org
     80 .ME
     81 Author of the man page.
     82 .SH REPORTING BUGS
     83 .LP
     84 \fBapkg\fR is in a working stage but also under heavy development. Please report and bugs/issues in the project issue tracker: \c
     85 .UR https://codeberg.org/emmett1/autils/issues
     86 .UE