diff options
| author | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
|---|---|---|
| committer | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
| commit | c82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch) | |
| tree | 56d864b5a5c6c145edd96178ae219a8f90e191a6 /libs/libnvme/MAKEPKG | |
| download | ports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz | |
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'libs/libnvme/MAKEPKG')
| -rw-r--r-- | libs/libnvme/MAKEPKG | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/libs/libnvme/MAKEPKG b/libs/libnvme/MAKEPKG new file mode 100644 index 0000000..a31c4d1 --- /dev/null +++ b/libs/libnvme/MAKEPKG @@ -0,0 +1,39 @@ +#!/bin/mkpkg +# description: type definitions for NVMe specification +# url: https://github.com/linux-nvme/libnvme + + +name=libnvme +version=1.16.2 +release=1 +depends=() +makedeps=(meson samurai) +source=(https://github.com/linux-nvme/libnvme/archive/v$version/$name-$version.tar.gz) + +sha256sums=( + "1d850d5a871559abf641d6e6b63bb86047e4cb26f3ad144597c2c64b3cff7231" +) + +build() { + cd $name-$version + + meson setup build \ + --prefix=/usr \ + -Ddocs=false \ + -Djson-c=disabled \ + -Dopenssl=disabled \ + -Dkeyutils=disabled \ + -Dlibdbus=disabled \ + -Dpython=disabled + + samu -C build + DESTDIR=$PKG samu -C build install +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh + |
