util 003
This commit is contained in:
parent
d33127f32b
commit
292a05cd87
2 changed files with 8 additions and 11 deletions
29
gui-apps/lithium-util/lithium-util-0.0.3.ebuild
Normal file
29
gui-apps/lithium-util/lithium-util-0.0.3.ebuild
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
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"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
S="${WORKDIR}/lithium-util"
|
||||
|
||||
# Automatically installed {awk,}
|
||||
DEPEND="
|
||||
media-video/wireplumber
|
||||
sci-calculators/wcalc
|
||||
gui-apps/wlr-randr
|
||||
gui-apps/slurp
|
||||
gui-apps/grim
|
||||
gui-apps/wl-clipboard
|
||||
x11-misc/dunst
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
src_install() {
|
||||
dobin scripts/*
|
||||
dodoc README.md
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue