Difference between revisions of "Manjaro-tools"

imported>Aaditya
imported>Aaditya
Line 19: Line 19:
= Tools =
= Tools =


== make-set ==
== mkset ==


build-set features building from build lists as well as single packages.  
buildpkg features building from build lists as well as single packages.  
Build lists can be defined in {{ic|/etc/manjaro-tools/sets/<buildlistname>.set}}
Build lists can be defined in {{ic|/etc/manjaro-tools/sets/<buildlistname>.set}}


To create a build list, one can run in the pkgbuilds/abs dir:
To create a build list, one can run in the pkgbuilds/abs dir:


  sudo make-set -c <name>
  sudo mkset -c <name>


This will create a build list containing all directories with PKGBUILDs in them. This generated list can be then edited, like packages can be removed.
This will create a build list containing all directories with PKGBUILDs in them. This generated list can be then edited, like packages can be removed.
Line 42: Line 42:
  lib32-eudev-systemdcompat  openrc-misc
  lib32-eudev-systemdcompat  openrc-misc


Running '''sudo make-set -c openrc''' does
Running '''sudo mkset -c openrc''' does


  $ sudo make-set -c openrc
  $ sudo mkset -c openrc
  [sudo] password for aaditya:  
  [sudo] password for aaditya:  
  ==> Creating [/etc/manjaro-tools/sets/openrc.set] ...
  ==> Creating [/etc/manjaro-tools/sets/openrc.set] ...
Anonymous user