Skip to content

Commit f7bb819

Browse files
committed
add package: linux-assistant
1 parent e5aaf8c commit f7bb819

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

01-main/manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ kwaterfoxhelper
154154
lens
155155
libreoffice
156156
librewolf
157+
linux-assistant
157158
limoji
158159
localsend
159160
lsd

01-main/packages/linux-assistant

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
DEFVER=1
2+
get_github_releases "Jean28518/linux-assistant" "latest"
3+
if [ "${ACTION}" != prettylist ]; then
4+
URL="$(grep -m 1 "browser_download_url.*\.deb\"" "${CACHE_FILE}" | cut -d '"' -f 4)"
5+
VERSION_PUBLISHED="$(sed -E 's|.*download/v([^/]*).*|\1|' <<< "${URL}")"
6+
fi
7+
PRETTY_NAME="linux-assistant"
8+
WEBSITE="https://www.linux-assistant.org/"
9+
SUMMARY="A daily linux helper with powerful integrated search, routines checks and administrative tasks."

0 commit comments

Comments
 (0)