We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237199e commit 7e14a0aCopy full SHA for 7e14a0a
01-main/packages/localsend
@@ -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