app-benchmarks/ioping - 1.3 (gentoo)

Search

Package Information

Description:
Simple disk I/0 latency measuring tool
Homepage:
https://github.com/koct9i/ioping
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
1.3 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

DESCRIPTION="Simple disk I/0 latency measuring tool"
HOMEPAGE="https://github.com/koct9i/ioping"
SRC_URI="https://github.com/koct9i/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"

src_compile() {
	emake CC="$(tc-getCC)"
}

src_install() {
	emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install

	dodoc changelog README.md
}

Manifest for 1.3

Type File Size Source URLs
DIST ioping-1.3.tar.gz 33507 bytes https://github.com/koct9i/ioping/archive/v1.3.tar.gz