Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[f40] fix: dive (#2986) #3000

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading