ports/contrib (3.6): gpg-tui: 0.9.0 -> 0.9.1
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 479d60b8f03b66006c4036120fadfaabbb558e02 Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 20 15:41:22 2022 +0200 gpg-tui: 0.9.0 -> 0.9.1 diff --git a/gpg-tui/.signature b/gpg-tui/.signature index 099e661f0..e3d9c850b 100644 --- a/gpg-tui/.signature +++ b/gpg-tui/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF36vO/Xs0CVRgEgSGPme0CvAfyWhszFQaH1NTtXiA0SmzkNK+WARbD363W1au8JCNAPy67Petf3sXV4/Ooaxr5Ag= -SHA256 (Pkgfile) = 8565f31df1dd26e7ba35d9f909360b5ddc9577e7872dc4e33841e75a7db3e333 +RWSagIOpLGJF347oyWFWzjPx+UqpmGYnNGvyOtGv2uszea9q9U4aHs0ob9OYbyhUQJZJ+l4+kt9MivXp20Y9S46qJrrNeXeCOAA= +SHA256 (Pkgfile) = 4c51ff399daf997a10073f005c751f2b89316bbe41c09a8e30d4a9e1bedec648 SHA256 (.footprint) = 3b2cb5ed9f367ba643ced8da5c86b375dd3b321298bec5af997dbe4886516f53 -SHA256 (gpg-tui-0.9.0.tar.gz) = 7aab4ecaf08bc020e21405e07cac40baf5d11f91e012fdddb4bf1138092eafe0 +SHA256 (gpg-tui-0.9.1.tar.gz) = 876d9dd34e575c230fc63558e5974830b71a4c092a885526dfdbc19aba31c610 diff --git a/gpg-tui/Pkgfile b/gpg-tui/Pkgfile index 425e5e78a..382561ef3 100644 --- a/gpg-tui/Pkgfile +++ b/gpg-tui/Pkgfile @@ -4,7 +4,7 @@ # Depends on: gpgme libxkbcommon rust name=gpg-tui -version=0.9.0 +version=0.9.1 release=1 source=(https://github.com/orhun/gpg-tui/archive/v$version/$name-$version.tar.gz) @@ -13,15 +13,18 @@ build() { mkdir "$PKGMK_SOURCE_DIR/rust" || true export CARGO_HOME="$PKGMK_SOURCE_DIR/rust" - cargo update --manifest-path $name-$version/Cargo.toml - cargo build --release --locked --manifest-path $name-$version/Cargo.toml + cargo build --release --manifest-path $name-$version/Cargo.toml mkdir $SRC/completions - OUT_DIR=$SRC/completions/ cargo run --bin gpg-tui-completions --manifest-path $name-$version/Cargo.toml + OUT_DIR=$SRC/completions/ cargo run --bin gpg-tui-completions \ + --manifest-path $name-$version/Cargo.toml install -Dt $PKG/usr/bin $name-$version/target/release/$name - prt-get isinst bash-completion && install -Dm 644 $SRC/completions/$name.bash -t $PKG/usr/share/bash-completion/completions/$name || true - prt-get isinst zsh && install -Dm 644 completions/_$name -t $PKG/usr/share/zsh/site-functions || true + prt-get isinst bash-completion && install -Dm 644 \ + $SRC/completions/$name.bash \ + -t $PKG/usr/share/bash-completion/completions/$name + prt-get isinst zsh && install -Dm 644 completions/_$name \ + -t $PKG/usr/share/zsh/site-functions install -Dm 644 $name-$version/man/$name.1 -t $PKG/usr/share/man/man1 }
participants (1)
-
crux@crux.nu