util 003
This commit is contained in:
parent
d33127f32b
commit
91eb9146cd
2 changed files with 10 additions and 15 deletions
|
|
@ -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 487 BLAKE2B 8c6793c6996946e6fc0334b8f35cf1a0f3b9d323fe0fddea0b27432d96c8a6cfadc873ae2f4e0c6ea56c1910cc73978833fc1c9a965b4bece48f62aa9c224e29 SHA512 628652ec6e6f0325ebd4eea80f97047e32d235b4b7f60d3e534ae9c4a1fec8e16953be54ca8871f86c9534a744343d5af7efdf3147eb96e569faae9342d8f561
|
||||||
|
|
|
||||||
|
|
@ -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}/${P}"
|
||||||
|
|
||||||
# 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
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue