mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-06 10:39:57 +02:00
Update package manifests
This commit is contained in:
parent
b18265ab74
commit
adc20d1357
6 changed files with 6 additions and 9 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
|
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
|
||||||
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
|
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
|
||||||
pkgname=ffsend
|
pkgname=ffsend
|
||||||
pkgver=0.2.51
|
pkgver=0.2.62
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc=" A fully featured Firefox Send client"
|
pkgdesc=" A fully featured Firefox Send client"
|
||||||
url="https://gitlab.com/timvisee/ffsend"
|
url="https://gitlab.com/timvisee/ffsend"
|
||||||
arch="x86_64 x86 armhf armv7 aarch64 ppc64le" # limited by cargo
|
arch="x86_64 x86 armhf armv7 aarch64 ppc64le" # limited by cargo
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
makedepends="cargo openssl-dev"
|
makedepends="cargo"
|
||||||
subpackages="
|
subpackages="
|
||||||
$pkgname-zsh-completion:zshcomp:noarch
|
$pkgname-zsh-completion:zshcomp:noarch
|
||||||
$pkgname-fish-completion:fishcomp:noarch
|
$pkgname-fish-completion:fishcomp:noarch
|
||||||
|
|
|
@ -16,7 +16,7 @@ arch=('x86_64' 'i686')
|
||||||
provides=('ffsend')
|
provides=('ffsend')
|
||||||
conflicts=('ffsend')
|
conflicts=('ffsend')
|
||||||
depends=('ca-certificates')
|
depends=('ca-certificates')
|
||||||
makedepends=('openssl>=1.0' 'rust>=1.32' 'cargo' 'cmake')
|
makedepends=('rust>=1.39' 'cargo' 'cmake')
|
||||||
optdepends=('xclip: clipboard support'
|
optdepends=('xclip: clipboard support'
|
||||||
'bash-completion: support auto completion for bash')
|
'bash-completion: support auto completion for bash')
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ sha256sums=('SKIP') # automatically set in CI, see: /.gitlab-ci.yml
|
||||||
arch=('x86_64' 'i686')
|
arch=('x86_64' 'i686')
|
||||||
provides=('ffsend')
|
provides=('ffsend')
|
||||||
depends=('ca-certificates')
|
depends=('ca-certificates')
|
||||||
makedepends=('openssl>=1.0' 'rust>=1.32' 'cargo' 'cmake')
|
makedepends=('rust>=1.39' 'cargo' 'cmake')
|
||||||
optdepends=('xclip: clipboard support'
|
optdepends=('xclip: clipboard support'
|
||||||
'bash-completion: support auto completion for bash')
|
'bash-completion: support auto completion for bash')
|
||||||
|
|
||||||
|
|
|
@ -50,9 +50,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
|
||||||
<!-- =============================== -->
|
<!-- =============================== -->
|
||||||
|
|
||||||
<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
|
<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
|
||||||
<dependencies>
|
<dependencies></dependencies>
|
||||||
<dependency id="openssl.light" version="" />
|
|
||||||
</dependencies>
|
|
||||||
</metadata>
|
</metadata>
|
||||||
<files>
|
<files>
|
||||||
<!-- this section controls what actually gets packaged into the Chocolatey package -->
|
<!-- this section controls what actually gets packaged into the Chocolatey package -->
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
"hash": "297f1405bacdc34948cd94ba785336c48e1ac862984268d66a8928abd3e322e1"
|
"hash": "297f1405bacdc34948cd94ba785336c48e1ac862984268d66a8928abd3e322e1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"depends": "openssl",
|
|
||||||
"bin": "ffsend.exe",
|
"bin": "ffsend.exe",
|
||||||
"checkver": "github",
|
"checkver": "github",
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
|
|
|
@ -32,4 +32,4 @@ parts:
|
||||||
plugin: rust
|
plugin: rust
|
||||||
build-attributes: [no-system-libraries]
|
build-attributes: [no-system-libraries]
|
||||||
build-packages: [make, cmake, pkg-config, libssl-dev]
|
build-packages: [make, cmake, pkg-config, libssl-dev]
|
||||||
stage-packages: [libssl1.0.0, xclip]
|
stage-packages: [xclip]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue