Skip to content

Commit 6bc481a

Browse files
silentJET85philclifford
authored andcommitted
add package: ov
1 parent 57788b5 commit 6bc481a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

01-main/manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ openrazer-meta
208208
openrgb
209209
opera-stable
210210
os-agent
211+
ov
211212
p3x-onenote
212213
pandoc
213214
papirus-folders

01-main/packages/ov

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
DEFVER=1
2+
ARCHS_SUPPORTED="amd64 arm64 armhf"
3+
get_github_releases "noborus/ov" "latest"
4+
if [ "${ACTION}" != prettylist ]; then
5+
URL="$(grep -m 1 "browser_download_url.*${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | cut -d '"' -f 4)"
6+
VERSION_PUBLISHED="$(sed -E 's|.*download/v([^/]*).*|1:\1|' <<< "${URL}")"
7+
fi
8+
PRETTY_NAME="ov"
9+
WEBSITE="https://noborus.github.io/ov"
10+
SUMMARY="ov is a feature rich terminal pager."

0 commit comments

Comments
 (0)