Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf1da64738 | ||
|
|
475ee695db | ||
|
|
a184acacbe |
4 changed files with 33 additions and 35 deletions
|
|
@ -1,2 +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
|
||||
DIST lithium-util-0.0.4.tar.gz 2164 BLAKE2B 65740ecc22312bad43c93733881dfb6ef551c8d95ebc11c3fc350160f6482a57cbc181fda42bed3000290715206e3476ae4448c0295fe0ae8cece500e762ab28 SHA512 833250efadb1f07d8096769b73e70daa1b024e3f4b8d1cc383d83f462a56df8d4a97d73a9b85fc14da7eed863ac9a9deb890ce0529a268607f1e3a73b30a19fa
|
||||
EBUILD lithium-util-0.0.4.ebuild 603 BLAKE2B 160db9b797f3eb2c9742e1408eb83fa06fcc937ffd78ebf536cebb9358107b253652dec44eed22321c46f2a0b5aa04fdbe7a7bc8f70f931ee7f13ba021a68b64 SHA512 0217af9de0794be02807d2c3a8db6c3047cde01bfe9e2e07e07768840fd7b07f126474012d7d656fa2295339dab14556b23983b0645e33f8828d1ad3b39cfa49
|
||||
|
|
|
|||
|
|
@ -1,32 +0,0 @@
|
|||
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
|
||||
}
|
||||
30
gui-apps/lithium-util/lithium-util-0.0.4.ebuild
Normal file
30
gui-apps/lithium-util/lithium-util-0.0.4.ebuild
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
EAPI=8
|
||||
|
||||
DESCRIPTION="Assortment of utility scripts for lithium host"
|
||||
HOMEPAGE="https://stvnliu.me/git/steven/lithium-util"
|
||||
|
||||
SRC_URI="https://stvnliu.me/git/steven/lithium-util/archive/0.0.4.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
S="${WORKDIR}/lithium-util"
|
||||
|
||||
RDEPEND="
|
||||
media-video/wireplumber
|
||||
sci-calculators/wcalc
|
||||
gui-apps/wlr-randr
|
||||
gui-apps/slurp
|
||||
gui-apps/grim
|
||||
gui-apps/wl-clipboard
|
||||
x11-misc/dunst
|
||||
"
|
||||
|
||||
src_install() {
|
||||
for f in scripts/*.sh; do
|
||||
cp "$f" "${T}/$(basename "${f%.sh}")" || die
|
||||
dobin "${T}/$(basename "${f%.sh}")" || die
|
||||
done
|
||||
dodoc README.md
|
||||
}
|
||||
|
|
@ -1 +1 @@
|
|||
local
|
||||
elemental
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue