forked from Seagate/openSeaChest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnfpm.yaml
More file actions
46 lines (42 loc) · 1.33 KB
/
nfpm.yaml
File metadata and controls
46 lines (42 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# SPDX-License-Identifier: MPL-2.0
# yaml-language-server: $schema=https://nfpm.goreleaser.com/schema.json
name: "openseachest"
arch: "amd64"
platform: "linux"
version: "25.05.2"
version_schema: "none"
section: "admin"
priority: "optional"
maintainer: "Seagate Technology <opensource@seagate.com>"
description: |
openSeaChest is a collection of comprehensive, easy-to-use command line
diagnostic tools and programming libraries for storage devices that help you
quickly determine the health and status of your storage product.
.
The suite includes 17 specialized utilities for device diagnostics, firmware
updates, secure erase, health monitoring (SMART), and low-level operations
on ATA, SCSI, NVMe, USB, and FireWire storage devices.
vendor: "Seagate Technology"
homepage: "https://www.github.com/Seagate/openSeaChest"
license: "MPL-2.0"
# RPM-specific metadata
rpm:
group: "Applications/System"
summary: "Command line storage device diagnostic tools"
compression: "xz"
# Deb-specific metadata
deb:
compression: "xz"
fields:
Bugs: "https://github.com/Seagate/openSeaChest/issues"
contents:
- src: openSeaChest_*
dst: /usr/local/bin
file_info:
mode: 0755
- src: man/man8/openSeaChest_*.8
dst: /usr/local/share/man/man8/
file_info:
mode: 0644
# TODO: Changelog location
# changelog: "CHANGELOG.md"