Manjaro Difference between revisions of "Manjaro-tools"

Difference between revisions of "Manjaro-tools"

From Manjaro
imported>Aaditya
imported>Aaditya
Line 73: Line 73:


== build-set ==
== build-set ==
build-set is used to build a particular package or a set. The help looks like the following for x86_64
$ build-set -h
Usage: build-set [options] -- [makepkg_args]
    -p <profile>      Set profile or pkg [default: default]
    -a <arch>          Set arch  [default: x86_64]
    -b <branch>        Set branch [default: stable]
    -r <dir>          Chroots directory [default: /srv/manjarobuild]
    -c                Clean chroot
    -w                Wipe clean pkgbuild and pkg directory
    -n                Run namcap check
    -s                Sign packages
    -q                Query settings and pretend build
    -h                This help
To build a single package, for example upower-pm-utils, go into the package build directory (which contains the PKGBUILD), and run it as:
sudo build-set -p upower-pm-utils
Cookies help us deliver our services. By using our services, you agree to our use of cookies.