Files
2026-04-05 19:56:43 +03:00

68 lines
2.7 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>nvme-cli</Name>
<Homepage>https://nvmexpress.org/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPLv2+</License>
<Icon>nvme-cli</Icon>
<Summary>NVM-Express user space tooling for Linux</Summary>
<Description>NVMe management command line interface.</Description>
<Archive sha1sum="5f6dd744671d9228dbcdd6ef17fa0f7825967c10" type="targz">https://github.com/linux-nvme/nvme-cli/archive/refs/tags/v2.16.tar.gz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>swig</Dependency>
<Dependency>cmake</Dependency>
<Dependency>xmlto</Dependency>
<Dependency>meson</Dependency>
<Dependency>asciidoc</Dependency>
<Dependency>glibc-devel</Dependency>
<Dependency>json-c-devel</Dependency>
<Dependency>libnvme-devel</Dependency>
<Dependency>libutil-linux-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>nvme-cli</Name>
<RuntimeDependencies>
<Dependency>glibc</Dependency>
<Dependency>json-c</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libnvme</Dependency>
<Dependency>util-linux</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="config">/etc/nvme/discovery.conf</Path>
<Path fileType="data">/usr/share/bash-completion</Path>
<Path fileType="config">/lib/udev/rules.d</Path>
<Path fileType="data">/usr/share/dbus-1/services</Path>
<Path fileType="data">/usr/share/zsh/site-functions/_nvme</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="config">/usr/lib/dracut/dracut.conf.d/70-nvmf-autoconnect.conf</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2026-04-05</Date>
<Version>2.16</Version>
<Comment>Version bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2025-09-06</Date>
<Version>2.15</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>