contrib/nvme-cli/Pkgfile

16 lines
379 B
Plaintext
Raw Normal View History

2017-10-01 18:44:23 +02:00
# Description: NVMe management command line interface.
# URL: https://github.com/linux-nvme/nvme-cli
# Maintainer: Fredrik Rinnestam, fredrik at crux dot guru
# Depends on:
name=nvme-cli
version=1.4
release=1
source=(https://github.com/linux-nvme/nvme-cli/archive/v$version/nvme-cli-$version.tar.gz)
build() {
cd $name-$version
make
make PREFIX=/usr DESTDIR=$PKG install
}