32 lines
523 B
Bash
32 lines
523 B
Bash
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
|
|
}
|