Search Criteria
Package Details: ffsend-bin 0.2.68-1
Git Clone URL: | https://aur.archlinux.org/ffsend-bin.git (read-only, click to copy) |
---|---|
Package Base: | ffsend-bin |
Description: | Easily and securely share files from the command line. A Firefox Send client. |
Upstream URL: | https://gitlab.com/timvisee/ffsend |
Keywords: | firefox send |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | axionl |
Maintainer: | timvisee (axionl) |
Last Packager: | timvisee |
Votes: | 16 |
Popularity: | 0.150997 |
First Submitted: | 2019-03-25 08:35 |
Last Updated: | 2020-10-16 13:23 |
Dependencies (3)
- ca-certificates (ca-certificates-utils)
- bash-completion (bash-completion-git) (optional) – support auto completion for bash
- xclip (wl-clipboard-x11, xclip-git) (optional) – clipboard support
Latest Comments
1 2 Next › Last »
timvisee commented on 2019-12-31 12:17
@petrmanek Interesting. Is gitlab.com reachable for you? The URL in your snippet successfully links to the fish completion file for me.
petrmanek commented on 2019-12-31 12:09
fish download fails with 404
timvisee commented on 2019-03-26 11:44
@goll This should be fixed now.
goll commented on 2019-03-26 08:31
checksum failed: https://privatebin.net/?88b3d1e0ce754470#mSwejXk6REGUWZswgjccqwrrvq3l/F/N8ihZuSAjdUI=
timvisee commented on 2019-03-13 12:28
@ogarcia All right! Planning to change that soon. Created an issue for it over at gitlab/timvisee/ffsend.
ogarcia commented on 2019-03-13 12:27
@timvisee this package must be renamed to
ffsend-bin
since is based in a binary source file (and have a valid sha256sum). The package that you calledffsend-git
must be this package. If you want to maintain affsend-git
then the source must be the git master branch, not a tag archive and havepkgver()
function. You can look my packagenumix-cursor-theme-git
as sample of a-git
package.timvisee commented on 2019-03-13 11:34
@physkets Thank you for the heads up. I decided to use
-git
in the end, as that seemed more common (versus-bin
) judged by the package counts. What do others think?physkets commented on 2019-03-13 07:58
I think it is good practice to have a '-bin' suffixing the name, because people will assume that it is being built from source unless mentioned.
emlun commented on 2019-03-12 17:52
Yeah, that makes sense. I know many other packages use a remotely hosted binary, but I feel like many of them are very large programs that would take an impractically long time to compile (Chromium or Firefox, for example). Anyway, if you've thought about it and concluded this is the best way to go then that's cool. That's why I included the "if you agree" part. :)
I tried ffsend-git too but hit a snag, I'll add a comment to that package.
timvisee commented on 2019-03-12 15:23
@emlun Thank you!
I interpreted the Wiki as: submitting binaries should be avoided to the AUR git repository (to prevent it from growing too large too fast). Many other AUR packages are using a remotely hosted binary.
I also have ffsend-git available which builds from source. It can be quite flaky though, due to the
cargo
dependency not really allowing you to set a required version. Therefore I decided to submit a binary package as well, which won't have any build issues.What do you think?