Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf1da64738 | ||
|
|
475ee695db | ||
|
|
a184acacbe |
4 changed files with 33 additions and 32 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST 0.0.3.tar.gz 1948 BLAKE2B 678591ba1a383413f953a56ab9116d5efc9a3896881ea38bddabc4af79f296c216513b6b8e423026988dc0a259733c3c7c0c9699668e5ef4f309ffe177d6111a SHA512 6e8fef834ad13089da1598833ad0ff986e858db157fc9c08bbc4d175421396d6ef97290c016d828cbf664709ee6cdf4cb4ec893923290fa8787a92f6cf118fc7
|
||||
EBUILD lithium-util-0.0.3.ebuild 524 BLAKE2B 664342d665142a893becc0c3078905f1f316ba6c397c56e7e48cb0c14f6c98961229b4486724224fbaee501e2c2f8b3fe66010c8899ef8b4f2ec388f797d3bbb SHA512 722a5aab0469b089765b2c0982802e1d3fa48492f32c4ca6c36c0346551c06e48e4bac740cbe0c88f040f9541d7099bc8cb52f5324c94e02d59a252d07b966fb
|
||||
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,29 +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.3.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_install() {
|
||||
dobin ./scripts/*
|
||||
dodoc README.md
|
||||
}
|
||||
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