mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-22 19:40:37 +00:00
30 lines
633 B
RPMSpec
30 lines
633 B
RPMSpec
Name: umdive
|
|
Version: 0.1.2
|
|
Release: 1%?dist
|
|
Summary: Chroot utility (just like arch-chroot)
|
|
License: MIT
|
|
URL: https://github.com/Ultramarine-Linux/dive
|
|
Source0: %url/archive/refs/tags/v%version.tar.gz
|
|
Requires: (%_bindir/chroot or %_sbindir/chroot)
|
|
Requires: %_bindir/mount
|
|
BuildRequires: anda-srpm-macros nim
|
|
Provides: dive = %version-%release
|
|
|
|
%description
|
|
%summary.
|
|
|
|
%prep
|
|
%autosetup -n dive-%version
|
|
|
|
%build
|
|
nimble setup -y
|
|
nim c %nim_c src/dive
|
|
|
|
%install
|
|
install -Dpm755 src/dive %buildroot%_bindir/dive
|
|
|
|
%files
|
|
%doc README.md
|
|
%license LICENSE
|
|
%_bindir/dive
|