Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[files-cli] Add the files-cli deb application #843

Merged
merged 1 commit into from
Jun 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions 01-main/packages/files-cli
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
DEFVER=1
ARCHS_SUPPORTED="amd64 arm64"
CODENAMES_SUPPORTED="buster bullseye bookworm sid focal jammy kinetic lunar"
get_github_releases "Files-com/files-cli" "latest"
if [ "${ACTION}" != prettylist ]; then
URL="$(grep "browser_download_url.*\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d\" -f 4)"
VERSION_PUBLISHED="$(echo "${URL}" | cut -d / -f 8 | sed s/v//g)"
fi
PRETTY_NAME="files-cli"
WEBSITE="www.files.com"
SUMMARY="The Files.com CLI App provides convenient access to the Files.com API."