gentoo-ebuilds/sys-apps/systemctl-tui/systemctl-tui-0.4.0.ebuild
Michał Górny 715c31ec75
sys-apps/systemctl-tui: Set RUST_MIN_VER
Closes: https://bugs.gentoo.org/961734
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-09-14 15:46:54 +02:00

24 lines
620 B
Bash

# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CRATES=""
RUST_MIN_VER="1.75"
inherit cargo
DESCRIPTION="A simple TUI for interacting with systemd services and their logs"
HOMEPAGE="https://github.com/rgwood/systemctl-tui/"
SRC_URI="
https://github.com/rgwood/systemctl-tui/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
https://github.com/gentoo-crate-dist/${PN}/releases/download/v${PV}/${P}-crates.tar.xz
"
LICENSE="MIT"
# Dependent crate licenses
LICENSE+=" Apache-2.0 Boost-1.0 MIT MPL-2.0 Unicode-DFS-2016"
SLOT="0"
KEYWORDS="~amd64"
QA_PREBUILT="*"