Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
watchexec
Commits:
c870d881 by Sven-Hendrik Haase at 2023-12-13T18:20:31+01:00
upgpkg: 1.24.0-2: Install additional shell completion scripts (fixes #1)
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = watchexec
pkgdesc = Executes commands in response to file modifications
pkgver = 1.24.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/watchexec/watchexec
arch = x86_64
license = Apache
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=watchexec
pkgver=1.24.0
-pkgrel=1
+pkgrel=2
pkgdesc="Executes commands in response to file modifications"
url='https://github.com/watchexec/watchexec'
depends=('gcc-libs' 'zlib')
@@ -28,7 +28,9 @@ package() {
cd "watchexec-$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/bash"
"$pkgdir/usr/share/bash-completion/completions/bash"
install -Dm644 "completions/zsh"
"$pkgdir/usr/share/zsh/site-functions/_watchexec"
+ install -Dm644 "completions/fish"
"$pkgdir/usr/share/fish/vendor_completions.d/watchexec.fish"
install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/watchexec/-/commit/c870d881375bead30aff9f769d1c27d0d0af53e3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/watchexec/-/commit/c870d881375bead30aff9f769d1c27d0d0af53e3
You're receiving this email because of your account on gitlab.archlinux.org.