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
2
gui-apps/lithium-util/Manifest
Normal file
2
gui-apps/lithium-util/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST 0.0.2.tar.gz 2090 BLAKE2B d4924da34e9c1167b282e7bfc24bd048d2b7423ddadfe0bc61c6bf2be0e2f55ffed304563b082bd83de7370de4e64f420b045104c934324fc8a12b3ad8f81a10 SHA512 7fe10fa634877a161c92245ecf47075e3289266163e1b63785298b4da37974f81573aac858bac7a92a886e84edd7b84f32f2d5246218af4183d9b7c6bf9644f7
|
||||
EBUILD lithium-util-0.0.2.ebuild 523 BLAKE2B e40911b11b94cb7c77c23a4d4fca1ab7a29da48066c1e22dac2fc47b99166dbc4c4d47a563f71f3455f9a50b1a70e109414d4580b721333307245d95517addb1 SHA512 2f1b9b7f0eb7feb9f7e117f3fc8d0baaf8b30021f74cf5b95f492d75bb805aab3c81b68894b44cc874ad5b056b4daea9a91acc7abb9c8ce0a36ff0637e9c8b81
|
||||
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