Add packages

This commit is contained in:
Paddy Milner 2025-08-18 17:21:34 +01:00
parent 47cb3f31a6
commit ea92b3f8d2
8 changed files with 224 additions and 0 deletions

View file

@ -0,0 +1,22 @@
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
"