util-scripts 0.0.2 on ebuild repo
This commit is contained in:
parent
1e405fc3ec
commit
d33127f32b
2 changed files with 34 additions and 0 deletions
32
gui-apps/lithium-util/lithium-util-0.0.2.ebuild
Normal file
32
gui-apps/lithium-util/lithium-util-0.0.2.ebuild
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
EAPI=8
|
||||
|
||||
DESCRIPTION="Assortment of utility scripts for lithium host"
|
||||
HOMEPAGE="https://stvnliu.me/git/steven/util-scripts"
|
||||
SRC_URI="https://stvnliu.me/git/steven/util-scripts/archive/0.0.2.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
|
||||
# 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_prepare() {
|
||||
default
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue