# Description: This file contains the dependencies for the packages in the project.
---
##
# common dependencies 
common:
  - coreutils 
  - cryptsetup 
  - cryptsetup-initramfs
  - curl # wardrobe
  - dbus-bin | uuidgen-runtime # uuid-runtime per devuan
  - dosfstools # eggs
  - dpkg-dev  # yolk
  - git # wardrobe
  - jq # mom
  - live-boot # eggs
  - live-boot-doc # eggs
  - live-boot-initramfs-tools # eggs
  - live-config-systemd | live-config-sysvinit 
  - live-tools # eggs
  - lvm2  # pvdisplay in krill
  - nodejs (>= 18)
  - parted 
  - rsync
  - squashfs-tools
  - sshfs # eggs
  - xorriso | genisoimage

# dependencies arch specific
arch:
  amd64:
  - grub-efi-amd64-bin

  arm64:
  - syslinux-efi

  i386:
  - curl # repeated
