Skip to content

Commit 7e14a0a

Browse files
committed
01-main..localsend: +
1 parent 237199e commit 7e14a0a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

01-main/packages/localsend

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
DEFVER=1
2+
ARCHS_SUPPORTED='amd64'
3+
get_github_releases 'localsend/localsend' 'latest'
4+
if [ "${ACTION}" != prettylist ]; then
5+
URL=$(grep -m1 -o "\"browser_download_url\":[[:space:]]*\"[^\"]*x86-64\.deb\"" "${CACHE_FILE}")
6+
URL=${URL%\"}; URL=${URL##*\"}
7+
VERSION_PUBLISHED=${URL##*/download/v}
8+
VERSION_PUBLISHED=${VERSION_PUBLISHED%%/*}
9+
fi
10+
EULA=''
11+
PRETTY_NAME='LocalSend'
12+
WEBSITE='https://github.com/localsend/localsend'
13+
SUMMARY='An open source cross-platform alternative to AirDrop'

0 commit comments

Comments
 (0)