Skip to content

Commit

Permalink
fix(watchexec): update the name to watchexec-bin
Browse files Browse the repository at this point in the history
Given the package is actually binary
  • Loading branch information
raindev committed Dec 26, 2023
1 parent df883aa commit 21d3b16
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name="watchexec"
name="watchexec-bin"
repology=("project: watchexec")
pkgver="1.24.2"
arch=('amd64' 'arm64')
Expand All @@ -17,7 +17,7 @@ maintainer="Andrew Barchuk <[email protected]>"
package() {
sudo install -Dm755 "./watchexec" -t "${pkgdir}/usr/bin"
sudo install -Dm644 "./watchexec.1" -t "${pkgdir}/usr/share/man/man1"
sudo install -Dm644 "./completions/bash" "${pkgdir}/usr/share/bash-completion/completions/${name}"
sudo install -Dm644 "./completions/bash" "${pkgdir}/usr/share/bash-completion/completions/watchexec"
}

# vim:set ft=sh ts=2 sw=2 et:

0 comments on commit 21d3b16

Please sign in to comment.