bob 0.99.5

Fast, robust, powerful, user-friendly pkgsrc package builder
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
-- Simple, minimal config for local scan only.  Useful for verifying that all
-- pkgsrc packages are consistent, with no unresolved dependencies.

options = {
    scan_threads = 8,
    strict_scan = true,
}

pkgsrc = {
    basedir = "/usr/pkgsrc",
    make = "/usr/bin/make",
}