[arch-commits] Commit in watchexec/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Tue Apr 12 00:34:39 UTC 2022


    Date: Tuesday, April 12, 2022 @ 00:34:39
  Author: svenstaro
Revision: 1185911

upgpkg: watchexec 1.18.11-2: Add man page

Modified:
  watchexec/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-12 00:11:18 UTC (rev 1185910)
+++ PKGBUILD	2022-04-12 00:34:39 UTC (rev 1185911)
@@ -3,7 +3,7 @@
 
 pkgname=watchexec
 pkgver=1.18.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Executes commands in response to file modifications"
 url='https://github.com/watchexec/watchexec'
 depends=('gcc-libs' 'zlib')
@@ -26,6 +26,8 @@
 
 package() {
   cd "watchexec-cli-v$pkgver"
+  install -Dm644 "doc/watchexec.1" "$pkgdir/usr/share/man/man1/watchexec.1"
+  gzip -9 "$pkgdir/usr/share/man/man1/watchexec.1"
   install -Dm644 "completions/zsh" "$pkgdir/usr/share/zsh/site-functions/_watchexec"
   install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"



More information about the arch-commits mailing list