Skip to content

Commit

Permalink
add package: ov
Browse files Browse the repository at this point in the history
  • Loading branch information
silentJET85 authored and philclifford committed Jan 17, 2025
1 parent 57788b5 commit 6bc481a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions 01-main/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ openrazer-meta
openrgb
opera-stable
os-agent
ov
p3x-onenote
pandoc
papirus-folders
Expand Down
10 changes: 10 additions & 0 deletions 01-main/packages/ov
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DEFVER=1
ARCHS_SUPPORTED="amd64 arm64 armhf"
get_github_releases "noborus/ov" "latest"
if [ "${ACTION}" != prettylist ]; then
URL="$(grep -m 1 "browser_download_url.*${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | cut -d '"' -f 4)"
VERSION_PUBLISHED="$(sed -E 's|.*download/v([^/]*).*|1:\1|' <<< "${URL}")"
fi
PRETTY_NAME="ov"
WEBSITE="https://noborus.github.io/ov"
SUMMARY="ov is a feature rich terminal pager."

0 comments on commit 6bc481a

Please sign in to comment.