vp-build/srcpkgs/ioprof/template

18 lines
473 B
Bash

# Template file for 'ioprof'
pkgname=ioprof
version=2.0.4
revision=2
noarch=yes
build_style=fetch
depends="perl blktrace"
short_desc="Linux I/O profiler"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-or-later"
homepage="https://01.org/ioprof"
distfiles="https://github.com/01org/ioprof/raw/747405c36b7c7cf3a4e1ebb57a48edc243a19b37/ioprof.pl"
checksum=7cf108b63785841575d5e3bfa12c056a1827af49e7afdee4092810f24956ae70
do_install() {
vbin ioprof.pl ioprof
}