David Runge pushed to branch main at Arch Linux / Packaging / Packages / rsop


Commits:
241a7a73 by David Runge at 2026-01-14T14:48:49+01:00
upgpkg: 0.9.2-2

Rebuild to add man pages and shell completions.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = rsop
        pkgdesc = Stateless OpenPGP (SOP) based on rpgp
        pkgver = 0.9.2
-       pkgrel = 1
+       pkgrel = 2
        url = https://codeberg.org/heiko/rsop
        arch = x86_64
        groups = stateless-openpgp


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=rsop
 pkgver=0.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Stateless OpenPGP (SOP) based on rpgp"
 arch=(x86_64)
 url="https://codeberg.org/heiko/rsop";
@@ -31,6 +31,7 @@ prepare() {
 
 build() {
   cd $pkgname
+  export CARGO_TARGET_DIR="$PWD/target"
   cargo build -p $pkgname --frozen --release --all-features
 }
 
@@ -42,5 +43,9 @@ check() {
 package() {
   cd $pkgname
   install -vDm 0755 "target/release/$pkgname"{,v} -t "$pkgdir/usr/bin/"
+  install -vDm 0644 target/$pkgname*.1 -t "$pkgdir/usr/share/man/man1/"
+  install -vDm 0644 target/_$pkgname -t "$pkgdir/usr/share/zsh/site-functions/"
+  install -vDm 0644 target/$pkgname.bash 
"$pkgdir/usr/share/bash-completions/completions/$pkgname"
+  install -vDm 0644 target/$pkgname.fish -t 
"$pkgdir/usr/share/fish/vendor_completions.d/"
   install -vDm 0644 LICENSES/MIT.txt -t "$pkgdir/usr/share/licenses/$pkgname/"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rsop/-/commit/241a7a7369e7eaae2d674b38532e92e0ac8007e3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rsop/-/commit/241a7a7369e7eaae2d674b38532e92e0ac8007e3
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to