mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
sys-apps/sysz: add 1.4.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
31
sys-apps/sysz/sysz-1.4.3.ebuild
Normal file
31
sys-apps/sysz/sysz-1.4.3.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="An fzf terminal UI for systemctl"
|
||||
HOMEPAGE="https://github.com/joehillen/sysz"
|
||||
SRC_URI="https://github.com/joehillen/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Unlicense"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
>=app-shells/bash-4.3
|
||||
>=app-shells/fzf-0.27.1
|
||||
virtual/awk
|
||||
"
|
||||
# removed to make GURU CI happy
|
||||
# sys-apps/systemd
|
||||
|
||||
DOCS=( README.md CHANGELOG.md )
|
||||
|
||||
src_compile() {
|
||||
:
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin "${PN}"
|
||||
einstalldocs
|
||||
}
|
||||
Reference in New Issue
Block a user