# dms - the Dynamic Minimal Session. Arctic's own tiny desktop shell.
#
# Not a compositor: dms is a session that wires a compositor, a bar, a launcher
# and a notification daemon together with one config file, so a fresh install
# has something usable without pulling in a whole desktop environment.
name=dms
version=1.0.0
release=1
desc="Dynamic Minimal Session, the Arctic lightweight desktop shell"
url="https://github.com/apiwo/arctic-linux"
license="BSD-2-Clause"
depend="dwl foot wofi waybar mako arctic-base"
source="dms dms.conf dms-session.desktop"
sha256="SKIP SKIP SKIP"
backup="etc/dms/dms.conf"

package() {
	install -Dm755 dms "$pkgdir/usr/bin/dms"
	install -Dm644 dms.conf "$pkgdir/etc/dms/dms.conf"
	install -Dm644 dms-session.desktop \
		"$pkgdir/usr/share/wayland-sessions/dms.desktop"
}
