util-scripts 0.0.2 on ebuild repo
This commit is contained in:
parent
1e405fc3ec
commit
3e50d97d10
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 536 BLAKE2B fa3bae57fc26debe4ee2b64004bb034ffaa48b25d133d4a72c6e1e50f46ba8bf0b2ad4655c27e831368fb16c6720ed080ab6c8ebd18e1720d71641b341b0fe75 SHA512 364063c213c02e07e006ea086136aaf153dd3a292e376d94bf8d2b7a72658fa1afa4226f48459f9c93f894a2ddc99e0cdad07ebcfba714e19fb697b672c7e8b2
|
||||||
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 util-scripts
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue