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


Commits:
97e7f664 by Jax Young at 2025-05-02T21:06:26+08:00
add man page

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -26,6 +26,7 @@ build() {
   $compgen bash "completions"
   $compgen fish "completions"
   $compgen zsh "completions"
+  target/release/$pkgname man
 }
 
 check() {
@@ -37,6 +38,7 @@ package() {
   cd "${pkgname^^}-$pkgver"
   install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
   install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 "$pkgname.1" -t "$pkgdir/usr/share/man/man1/$pkgname"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
   install -Dm644 "completions/$pkgname.bash" -t 
"$pkgdir/usr/share/bash-completion/completions/"
   install -Dm644 "completions/$pkgname.fish" -t 
"$pkgdir/usr/share/fish/vendor_completions.d/"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/atac/-/commit/97e7f664f661c9d8f19e430218cd44f55ccbfb49

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


Reply via email to