From Insensitive Matamata, 2 Weeks ago, written in Plain Text.
This paste will check out in 1 Week.
Embed
  1. $ yq 'explode(.pkgbase[])' pkgbase.yaml
  2. ---
  3. repos:
  4.   - &system-goblins
  5.     repo: system-goblins
  6.   - &system-gremlins
  7.     repo: system-gremlins
  8.   - &system
  9.     repo: system
  10.   - &world-goblins
  11.     repo: world-goblins
  12.   - &world-gremlins
  13.     repo: world-gremlins
  14.   - &world
  15.     repo: world
  16.   - &galaxy-goblins
  17.     repo: galaxy-goblins
  18.   - &galaxy-gremlins
  19.     repo: galaxy-gremlins
  20.   - &galaxy
  21.     repo: galaxy
  22.   - &lib32-goblins
  23.     repo: lib32-goblins
  24.   - &lib32-gremlins
  25.     repo: lib32-gremlins
  26.   - &lib32
  27.     repo: lib32
  28. pkgbase:
  29.   - name: protobuf
  30.     version: 29.3-1
  31.     repo: world
  32.     arch:
  33.       - x86_64
  34.     pkgname:
  35.       - protobuf
  36.       - python-protobuf
  37.       - ruby-google-protobuf
  38.     packages:
  39.       - protobuf-29.3-1-x86_64.pkg.tar.zst
  40.       - python-protobuf-29.3-1-x86_64.pkg.tar.zst
  41.       - ruby-google-protobuf-29.3-1-x86_64.pkg.tar.zst
  42.   - name: protobuf
  43.     version: 30.0-2
  44.     repo: world-goblins
  45.     arch:
  46.       - x86_64
  47.     pkgname:
  48.       - protobuf
  49.       - python-protobuf
  50.       - ruby-google-protobuf
  51.     packages:
  52.       - protobuf-30.0-2-x86_64.pkg.tar.zst
  53.       - python-protobuf-30.0-2-x86_64.pkg.tar.zst
  54.       - ruby-google-protobuf-30.0-2-x86_64.pkg.tar.zst
  55. team: world
  56.  
captcha