# Description: This file contains the dependencies for the packages in the project.
---
##
# common dependencies 
common:
  - coreutils 
  - cryptsetup
  - cryptsetup-initramfs
  - curl # wardrobe
  - dosfstools # eggs
  - dpkg-dev  # yolk
  - git # wardrobe
  - jq # mom
  - live-boot # eggs
  - live-boot-doc # eggs
  - live-boot-initramfs-tools # eggs
  - live-tools # eggs
  - lvm2  # pvdisplay in krill
  - nodejs (>= 16)
  - live-boot # questo va reinstallato
  - parted 
  - rsync
  - squashfs-tools
  - sshfs # eggs
  - xorriso

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

  arm64:
  - syslinux-efi
