mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-18 01:20:38 +00:00
8d93c6975c
Signed-off-by: madomado <madonuko@outlook.com>
(cherry picked from commit b8d3d00fa4)
Co-authored-by: madomado <madonuko@outlook.com>
27 lines
628 B
RPMSpec
27 lines
628 B
RPMSpec
Name: mkfstab
|
|
Version: 0.1.3
|
|
Release: 1%?dist
|
|
Summary: An alternative to genfstab: generate output suitable for addition to /etc/fstab
|
|
License: MIT
|
|
URL: https://github.com/Ultramarine-Linux/mkfstab
|
|
Source0: %url/archive/refs/tags/v%version.tar.gz
|
|
BuildRequires: nim anda-srpm-macros
|
|
|
|
%description
|
|
An alternative to genfstab from Arch Linux. This is a dead simple but faster implementation of genfstab.
|
|
|
|
%prep
|
|
%autosetup
|
|
|
|
%build
|
|
nimble setup -y
|
|
%nim_c src/%name
|
|
|
|
%install
|
|
install -Dpm755 src/%name %buildroot%_bindir/%name
|
|
|
|
%files
|
|
%doc README.md
|
|
%license LICENSE
|
|
%_bindir/%name
|