0.32
All checks were successful
Build / Build project (push) Successful in 41s

This commit is contained in:
Alexander Zhirov 2025-05-03 17:13:01 +03:00
parent 40ce5218b0
commit ed2b7584c7
Signed by: alexander
GPG key ID: C8D8BE544A27C511
2 changed files with 20 additions and 0 deletions

3
README.md Normal file
View file

@ -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.

17
package.yml Normal file
View file

@ -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.utils
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