Skip to content

Commit

Permalink
+nnn (#8301)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Heider <[email protected]>
  • Loading branch information
leonardoce and jhheider authored Jan 2, 2025
1 parent c6c13f3 commit 476f87d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions projects/github.com/jarun/nnn/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
distributable:
url: https://github.com/jarun/nnn/releases/download/{{version.tag}}/nnn-{{version.tag}}.tar.gz
strip-components: 1

versions:
github: jarun/nnn

dependencies:
invisible-island.net/ncurses: 6
gnu.org/readline: 8

build: make --jobs {{ hw.concurrency }} strip install PREFIX={{prefix}}

provides:
- bin/nnn

test: test "$(nnn -V)" = {{version.raw}}

0 comments on commit 476f87d

Please sign in to comment.