Skip to content

Commit

Permalink
fix: dive (#2986)
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
  • Loading branch information
madonuko authored Jan 15, 2025
1 parent 4266200 commit 3d33041
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions anda/langs/nim/dive/umdive.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ 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
BuildRequires: anda-srpm-macros nim mock
Provides: dive = %version-%release

%description
%summary.

%prep
%autosetup -n dive-%version
%nim_prep

%build
nimble setup -y
nim c %nim_c src/dive
%nim_c src/dive

%install
install -Dpm755 src/dive %buildroot%_bindir/dive
Expand Down

0 comments on commit 3d33041

Please sign in to comment.