15 lines
480 B
Bash
15 lines
480 B
Bash
# Template file for 'nvme-cli'
|
|
pkgname=nvme-cli
|
|
version=1.7
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_install_args="SBINDIR=/usr/bin"
|
|
short_desc="NVMe management command line interface"
|
|
maintainer="Peter Froehlich <peter.hans.froehlich@gmail.com>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://nvmexpress.org"
|
|
distfiles="https://github.com/linux-nvme/nvme-cli/archive/v${version}.tar.gz"
|
|
checksum=3a139d40ffff48d2f0b06339fd3be3ed219241ce6838f0ea173d7459c9984ea2
|
|
|
|
CFLAGS="-Wno-error -I."
|