mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+gpg-tui
This commit is contained in:
parent
38f2c625e3
commit
98004a390e
26
projects/orhun.dev/gpg-tui/package.yml
Normal file
26
projects/orhun.dev/gpg-tui/package.yml
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/orhun/gpg-tui/archive/refs/tags/v{{version}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: orhun/gpg-tui
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
gnupg.org: '*'
|
||||||
|
gnupg.org/gpgme: ^1.12
|
||||||
|
gnupg.org/libgpg-error: '*'
|
||||||
|
x.org/xcb: '*'
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org: ^1.70
|
||||||
|
rust-lang.org/cargo: '*'
|
||||||
|
freedesktop.org/pkg-config: ^0
|
||||||
|
script: cargo install --locked --root {{prefix}} --path .
|
||||||
|
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/gpg-tui
|
||||||
|
|
||||||
|
test:
|
||||||
|
- gpg-tui --version | grep "{{version}}"
|
Loading…
Reference in a new issue