mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 17:49:15 +02:00
Update scoop manifest, specify dependency, update related READMEs
This commit is contained in:
parent
2fe025e88a
commit
01cba1fe35
3 changed files with 30 additions and 20 deletions
|
@ -261,12 +261,9 @@ to install the [prebuilt Linux binary](#prebuilt-binaries-for-linux) instead.
|
||||||
Only 64-bit (`x86_64`) binaries are provided.
|
Only 64-bit (`x86_64`) binaries are provided.
|
||||||
For other architectures and configurations you may [compile from source](#build).
|
For other architectures and configurations you may [compile from source](#build).
|
||||||
|
|
||||||
A `chocolatey` and an official `scoop` package along with an `.msi` installer will be coming soon.
|
A `chocolatey` package along with an `.msi` installer will be coming soon.
|
||||||
|
|
||||||
#### Windows: scoop package
|
#### Windows: scoop package
|
||||||
An unofficial [`scoop`][scoop] package has been created by some amazing contributors.
|
|
||||||
_Note: it currently isn't automatically upgraded with new releases._
|
|
||||||
|
|
||||||
Make sure you've [`scoop`][scoop] installed, and run:
|
Make sure you've [`scoop`][scoop] installed, and run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
8
pkg/scoop/README.md
Normal file
8
pkg/scoop/README.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# scoop manifest for ffsend
|
||||||
|
This directory contains a [`scoop`][scoop] manifest template for `ffsend`.
|
||||||
|
|
||||||
|
The currently published manifest can be found in the `scoop` repository,
|
||||||
|
and is automatically updated:
|
||||||
|
https://github.com/lukesampson/scoop/blob/master/bucket/ffsend.json
|
||||||
|
|
||||||
|
[scoop]: https://scoop.rs/
|
|
@ -1,17 +1,22 @@
|
||||||
{
|
{
|
||||||
"version" : "0.2.30",
|
|
||||||
"license": "GPL-3.0-or-later",
|
|
||||||
"homepage": "https://github.com/timvisee/ffsend",
|
"homepage": "https://github.com/timvisee/ffsend",
|
||||||
"description": "📬 Easily and securely share files from the command line. A fully featured Firefox Send client.",
|
"description": "Easily and securely share files from the command line. A fully featured Firefox Send client.",
|
||||||
"bin": "ffsend.exe",
|
"license": "GPL-3.0-only",
|
||||||
|
"version": "0.0.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/timvisee/ffsend/releases/download/v0.2.30/ffsend-v0.2.30-windows-x64-static.exe#/ffsend.exe",
|
"url": "https://github.com/timvisee/ffsend/releases/download/v0.2.30/ffsend-v0.2.30-windows-x64-static.exe#/ffsend.exe",
|
||||||
"hash": "297f1405bacdc34948cd94ba785336c48e1ac862984268d66a8928abd3e322e1"
|
"hash": "297f1405bacdc34948cd94ba785336c48e1ac862984268d66a8928abd3e322e1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"depends": "openssl",
|
||||||
|
"bin": "ffsend.exe",
|
||||||
"checkver": "github",
|
"checkver": "github",
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
"url": "https://github.com/timvisee/ffsend/releases/download/v$version/ffsend-v$version-windows-x64-static.exe#/ffsend.exe"
|
"url": "https://github.com/timvisee/ffsend/releases/download/v$version/ffsend-v$version-windows-x64-static.exe#/ffsend.exe"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue