This commit is contained in:
Zhongheng Liu 2026-05-18 12:38:51 +02:00
commit a9f78cca43
2 changed files with 10 additions and 15 deletions

View file

@ -1,2 +1,2 @@
DIST 0.0.2.tar.gz 2090 BLAKE2B d4924da34e9c1167b282e7bfc24bd048d2b7423ddadfe0bc61c6bf2be0e2f55ffed304563b082bd83de7370de4e64f420b045104c934324fc8a12b3ad8f81a10 SHA512 7fe10fa634877a161c92245ecf47075e3289266163e1b63785298b4da37974f81573aac858bac7a92a886e84edd7b84f32f2d5246218af4183d9b7c6bf9644f7 DIST lithium-util-0.0.3.tar.gz 1953 BLAKE2B a49fa716636dc9b62289b447bf0879b58d01fe2cbd32469204e9fc022261235a6fc53da46e135f4682a240d952999426ba74832bc0f60a68222f0a3a03f4ffc6 SHA512 5458120718f282e848d6ecb2b2098583f63df9bed1d4283f297ef568fd654c5a108595de7daccb58187a1aab1526839cc7ad920894ca71948b62ba8cf020eb71
EBUILD lithium-util-0.0.2.ebuild 523 BLAKE2B e40911b11b94cb7c77c23a4d4fca1ab7a29da48066c1e22dac2fc47b99166dbc4c4d47a563f71f3455f9a50b1a70e109414d4580b721333307245d95517addb1 SHA512 2f1b9b7f0eb7feb9f7e117f3fc8d0baaf8b30021f74cf5b95f492d75bb805aab3c81b68894b44cc874ad5b056b4daea9a91acc7abb9c8ce0a36ff0637e9c8b81 EBUILD lithium-util-0.0.3.ebuild 495 BLAKE2B 2ac607931acc1f8691275137a3c74ff0abebff3091fc7329f52156b9db28ee155a20215bd26c8f7ec1da2db23df88471462bde19833b62ff1483ab996d195e82 SHA512 87dca1a7e70c9166bdf9cf637d27553fc706a31ec2ac814d7019786aea72a792a0f7575142120900ee6d64a62fc2750c3a50d3a3fba626d63b2794e20399c81e

View file

@ -1,17 +1,17 @@
EAPI=8 EAPI=8
DESCRIPTION="Assortment of utility scripts for lithium host" DESCRIPTION="Assortment of utility scripts for lithium host"
HOMEPAGE="https://stvnliu.me/git/steven/util-scripts" HOMEPAGE="https://stvnliu.me/git/steven/lithium-util"
SRC_URI="https://stvnliu.me/git/steven/util-scripts/archive/0.0.2.tar.gz"
SRC_URI="https://stvnliu.me/git/steven/lithium-util/archive/0.0.3.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
IUSE=""
S="${WORKDIR}/lithium-util"
# Automatically installed {awk,} RDEPEND="
DEPEND="
media-video/wireplumber media-video/wireplumber
sci-calculators/wcalc sci-calculators/wcalc
gui-apps/wlr-randr gui-apps/wlr-randr
@ -20,13 +20,8 @@ DEPEND="
gui-apps/wl-clipboard gui-apps/wl-clipboard
x11-misc/dunst x11-misc/dunst
" "
RDEPEND="${DEPEND}"
BDEPEND=""
src_prepare() { src_install() {
default dobin scripts/*
} dodoc README.md
src_compile() {
emake
} }