# Maintainer: Daryl Ronningen pkgname=base pkgver=1 pkgrel=1 pkgdesc="Minimal package set to define a basic Ikeda Linux installation" arch=("any") url="https://www.ikedalinux.org" depends=( # very very base "filesystem" # libc & runtime "musl" "llvm-runtimes" # POSIX tools "busybox" "file" "findutils" "gawk" "grep" "procps-ng" "libarchive" "bash" # standard linux toolset #"gettext" "pciutils" "psmisc" "shadow" "util-linux" # distro defined requirements "pacman" #"licenses" ) optdepends=( "linux: bare metal support" )