From 4ee738ee241e05169bd38488ae4f296043b7bc1f Mon Sep 17 00:00:00 2001 From: Alexander Zhirov Date: Sun, 6 Aug 2023 14:50:55 +0300 Subject: [PATCH] init 0.32 --- MAINTAINERS.md | 5 +++++ Makefile | 1 + README.md | 3 +++ package.yml | 17 +++++++++++++++++ 4 files changed, 26 insertions(+) create mode 100644 MAINTAINERS.md create mode 100644 Makefile create mode 100644 README.md create mode 100644 package.yml diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 0000000..8b23077 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,5 @@ +This file is used to indicate primary maintainership for this package. A package may list more than one maintainer to avoid bus factor issues. People on this list may be considered “subject-matter experts”. Please note that Solus staff may need to perform necessary rebuilds, upgrades, or security fixes as part of the normal maintenance of the Solus package repository. If you believe this package requires an update, follow documentation from https://help.getsol.us/docs/packaging/procedures/request-a-package-update. In the event that this package becomes insufficiently maintained, the Solus staff reserves the right to request a new maintainer, or deprecate and remove this package from the repository entirely. + +- Alexander Zhirov + - Telegram: alexanderzhirov + - Email: azhirov1991@gmail.com diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0a42375 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/README.md b/README.md new file mode 100644 index 0000000..783832a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# lsscsi + +The [lsscsi utility](http://sg.danny.cz/scsi/lsscsi.html) is a command-line tool in the Linux operating system that provides information about SCSI (Small Computer System Interface) devices. lsscsi allows you to view a list of SCSI devices recognized by the system and provides details about each device, including the identifier, device type, bus, and address on the bus. diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..7f840d0 --- /dev/null +++ b/package.yml @@ -0,0 +1,17 @@ +name : lsscsi +version : 0.32 +release : 1 +source : + - http://sg.danny.cz/scsi/lsscsi-0.32.tgz : 0a800e9e94dca2ab702d65d72777ae8cae078e3d74d0bcbed64ba0849e8029a1 +homepage : http://sg.danny.cz/scsi/lsscsi.html +license : GPL-2.0-or-later +component : system.base +summary : A tool that lists devices connected via SCSI and its transports +description: | + The lsscsi utility is a command-line tool in the Linux operating system that provides information about SCSI (Small Computer System Interface) devices. lsscsi allows you to view a list of SCSI devices recognized by the system and provides details about each device, including the identifier, device type, bus, and address on the bus. +setup : | + %configure --prefix=/usr +build : | + %make +install : | + %make_install