Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
procs


Commits:
ac0c04f4 by Biswapriyo Nath at 2024-03-30T19:47:53+00:00
Install man page

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -12,7 +12,7 @@ url="https://github.com/dalance/$pkgname";
 license=(MIT)
 depends=(gcc-libs # libgcc_s.so
          glibc) # libc.so libm.so
-makedepends=(cargo)
+makedepends=(cargo asciidoctor)
 _archive="$pkgname-$pkgver"
 source=("$url/archive/v$pkgver/$_archive.tar.gz")
 sha256sums=('539b88565c775a106063da5cc5148cfdc7e010534f3dbc90cb8f6317d51ca96b')
@@ -29,6 +29,7 @@ build() {
        "target/release/$pkgname" --gen-completion bash
        "target/release/$pkgname" --gen-completion fish
        "target/release/$pkgname" --gen-completion elvish
+       asciidoctor -b manpage man/procs.1.adoc
 }
 
 check() {
@@ -44,4 +45,5 @@ package() {
        install -Dm0644 "$pkgname.bash" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
        install -Dm0644 -t "$pkgdir/usr/share/fish/vendor_completions.d/" 
"$pkgname.fish"
        install -Dm0644 -t "$pkgdir/usr/share/elvish/lib/" "$pkgname.elv"
+       install -Dm0644 -t "$pkgdir/usr/share/man/man1/" man/procs.1
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/procs/-/commit/ac0c04f4e554de344ff833611a1e2a293d120852

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


Reply via email to