--- /dev/null
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="wlrctl is a command line utility for miscellaneous wlroots Wayland extensions"
+HOMEPAGE="https://git.sr.ht/~brocellous/wlrctl"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://git.sr.ht/~brocellous/wlrctl"
+else
+ SRC_URI="https://git.sr.ht/~brocellous/wlrctl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="+man zsh-completion"
+
+RDEPEND="
+ >=gui-libs/wlroots-0.13
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ man? ( app-text/scdoc )
+"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_feature man man-pages)
+ $(meson_feature zsh-completion)
+ )
+ meson_src_configure
+}
# Kernel & Boot #
#---------------#
sys-kernel/gentoo-kernel savedconfig
-sys-kernel/installkernel dracut grub
+sys-kernel/installkernel dracut systemd-boot
+sys-apps/systemd boot kernel-install
app-admin/eclean-kernel zstd
#---------#