ceres-ebuilds/sys-apps/app2unit/app2unit-9999.ebuild
2025-08-18 17:21:34 +01:00

22 lines
No EOL
438 B
Bash

EAPI=8
inherit git-r3
DESCRIPTION="Launch Desktop Entries (or arbitrary commands) as Systemd user units, and do it fast."
HOMEPAGE="https://github.com/Vladimir-csp/app2unit"
EGIT_REPO_URI=https://github.com/Vladimir-csp/app2unit.git
LICENSE="GPL-3.0"
SLOT="0"
DEPENDS="x11-libs/libnotify
app-alternatives/sh
sys-apps/systemd
"
RDEPENDS=${DEPENDS}
BDEPENDS="dev-vcs/git
app-text/sdoc
"