aboutsummaryrefslogtreecommitdiffstats
path: root/roles/_workstation/makepkg/meta/main.yml
blob: 07c1a64dba3b206c2ba38adbfc9f2b28c5c65d06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---

argument_specs:
  main:
    short_description: makepkg main entrypoint.
    options:
      makepkg_root_build_dir:
        type: path
        required: true
        description: Local build directory
      makepkg_package_name:
        type: str
        required: true
        description: Package name (from the AUR)
      makepkg_user:
        type: str
        required: true
        description: User for building the package
      makepkg_mirror_url:
        type: str
        required: true
        description: Mirror url (usually the AUR)
remember that computers suck.