Date: Sunday, April 2, 2023 @ 11:11:12
Author: foxboron
Revision: 1433562
archrelease: copy trunk to community-x86_64
Added:
nvme-cli/repos/community-x86_64/PKGBUILD
(from rev 1433561, nvme-cli/trunk/PKGBUILD)
nvme-cli/repos/community-x86_64/nvme-cli.install
(from rev 1433561, nvme-cli/trunk/nvme-cli.install)
Deleted:
nvme-cli/repos/community-x86_64/PKGBUILD
nvme-cli/repos/community-x86_64/nvme-cli.install
------------------+
PKGBUILD | 92 ++++++++++++++++++++++++++---------------------------
nvme-cli.install | 16 ++++-----
2 files changed, 54 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-02 11:11:04 UTC (rev 1433561)
+++ PKGBUILD 2023-04-02 11:11:12 UTC (rev 1433562)
@@ -1,46 +0,0 @@
-# Maintainer: Morten Linderud <[email protected]>
-# Contributor: Devin Cofer <ranguvar[at]ranguvar[dot]io>
-# Contributor: DriverX
-# Contributor: Nicolas Quiénot <niQo @ aur>
-# Contributor: Martin Schrodt <[email protected]>
-
-pkgname=nvme-cli
-pkgver=2.3
-pkgrel=1
-pkgdesc="NVM-Express user space tooling for Linux"
-arch=('i686' 'x86_64')
-url="https://github.com/linux-nvme/nvme-cli"
-license=('GPL')
-makedepends=('systemd' 'meson' 'git' 'asciidoc' 'xmlto')
-depends=('util-linux' 'libsystemd')
-options=(strip)
-install=nvme-cli.install
-# checkdepends=('python2-nose' 'python-nose')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linux-nvme/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('2e36dc890567374fcaacb91a0d1eace0f0676524e53acd9e5660e848d393cc6b')
-
-build() {
- cd "${pkgname}-${pkgver}"
- meson setup \
- --prefix /usr \
- --libexecdir lib \
- --sbindir bin \
- --buildtype plain \
- --auto-features enabled \
- -D b_lto=true -D b_pie=true \
- -D docs=man -D docs-build=true \
- -D systemddir=lib/systemd/system/ \
- -D udevrulesdir=lib/udev/rules.d \
- .build
-}
-
-# Tests require a working NVME disk.
-# check() {
-# cd "${pkgname}-${pkgver}"
-# make test
-# }
-
-package() {
- cd "${pkgname}-${pkgver}"
- DESTDIR="$pkgdir" meson install -C .build
-}
Copied: nvme-cli/repos/community-x86_64/PKGBUILD (from rev 1433561,
nvme-cli/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-02 11:11:12 UTC (rev 1433562)
@@ -0,0 +1,46 @@
+# Maintainer: Morten Linderud <[email protected]>
+# Contributor: Devin Cofer <ranguvar[at]ranguvar[dot]io>
+# Contributor: DriverX
+# Contributor: Nicolas Quiénot <niQo @ aur>
+# Contributor: Martin Schrodt <[email protected]>
+
+pkgname=nvme-cli
+pkgver=2.4
+pkgrel=1
+pkgdesc="NVM-Express user space tooling for Linux"
+arch=('i686' 'x86_64')
+url="https://github.com/linux-nvme/nvme-cli"
+license=('GPL')
+makedepends=('systemd' 'meson' 'git' 'asciidoc' 'xmlto' 'swig')
+depends=('util-linux' 'libsystemd')
+options=(strip)
+install=nvme-cli.install
+# checkdepends=('python2-nose' 'python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linux-nvme/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('7f80102a933e3bf46f4f2089cad119c827a363478235f66b89ddaad9ca57d019')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ meson setup \
+ --prefix /usr \
+ --libexecdir lib \
+ --sbindir bin \
+ --buildtype plain \
+ --auto-features enabled \
+ -D b_lto=true -D b_pie=true \
+ -D docs=man -D docs-build=true \
+ -D systemddir=lib/systemd/system/ \
+ -D udevrulesdir=lib/udev/rules.d \
+ .build
+}
+
+# Tests require a working NVME disk.
+# check() {
+# cd "${pkgname}-${pkgver}"
+# make test
+# }
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ DESTDIR="$pkgdir" meson install -C .build
+}
Deleted: nvme-cli.install
===================================================================
--- nvme-cli.install 2023-04-02 11:11:04 UTC (rev 1433561)
+++ nvme-cli.install 2023-04-02 11:11:12 UTC (rev 1433562)
@@ -1,8 +0,0 @@
-post_install(){
- if [ ! -f /etc/nvme/hostnqn ]; then
- nvme gen-hostnqn > /etc/nvme/hostnqn
- fi
- if [ ! -f /etc/nvme/hostid ]; then
- uuidgen > /etc/nvme/hostid
- fi
-}
Copied: nvme-cli/repos/community-x86_64/nvme-cli.install (from rev 1433561,
nvme-cli/trunk/nvme-cli.install)
===================================================================
--- nvme-cli.install (rev 0)
+++ nvme-cli.install 2023-04-02 11:11:12 UTC (rev 1433562)
@@ -0,0 +1,8 @@
+post_install(){
+ if [ ! -f /etc/nvme/hostnqn ]; then
+ nvme gen-hostnqn > /etc/nvme/hostnqn
+ fi
+ if [ ! -f /etc/nvme/hostid ]; then
+ uuidgen > /etc/nvme/hostid
+ fi
+}