ebuild-lithium/gui-apps/lithium-util/lithium-util-0.0.3.ebuild
Zhongheng Liu a9f78cca43 util 003
2026-05-18 14:28:51 +02:00

27 lines
495 B
Bash

EAPI=8
DESCRIPTION="Assortment of utility scripts for lithium host"
HOMEPAGE="https://stvnliu.me/git/steven/lithium-util"
SRC_URI="https://stvnliu.me/git/steven/lithium-util/archive/0.0.3.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/lithium-util"
RDEPEND="
media-video/wireplumber
sci-calculators/wcalc
gui-apps/wlr-randr
gui-apps/slurp
gui-apps/grim
gui-apps/wl-clipboard
x11-misc/dunst
"
src_install() {
dobin scripts/*
dodoc README.md
}