chore: add lnav binary

This commit is contained in:
xeruf 2023-11-16 14:43:04 +01:00
parent 1a3e404653
commit 7bcd571951
1 changed files with 5 additions and 0 deletions

5
packages/lnav/binary Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh -e
url=$(curl -s "https://api.github.com/repos/tstack/lnav/releases/latest" | grep -o "http.*linux-musl.zip")
wget --no-verbose "$url"
unzip -q "$(basename "$url")"
echo */lnav