[arch-commits] Commit in watchexec/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at gemini.archlinux.org
Thu Aug 4 00:23:56 UTC 2022
Date: Thursday, August 4, 2022 @ 00:23:55
Author: svenstaro
Revision: 1260197
archrelease: copy trunk to community-x86_64
Added:
watchexec/repos/community-x86_64/PKGBUILD
(from rev 1260196, watchexec/trunk/PKGBUILD)
Deleted:
watchexec/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-04 00:23:30 UTC (rev 1260196)
+++ PKGBUILD 2022-08-04 00:23:55 UTC (rev 1260197)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
-# Contributor: Vlad M. <vlad at archlinux.net>
-
-pkgname=watchexec
-pkgver=1.20.4
-pkgrel=1
-pkgdesc="Executes commands in response to file modifications"
-url='https://github.com/watchexec/watchexec'
-depends=('gcc-libs' 'zlib')
-makedepends=('cargo')
-arch=('x86_64')
-license=('Apache')
-source=("https://github.com/watchexec/watchexec/archive/refs/tags/cli-v${pkgver}.tar.gz")
-options=('!lto')
-sha256sums=('170d9ab9cd3661ca024ca15e341013b7adb56a87bbf486ce0dc34e092f2547a2')
-
-build() {
- cd "watchexec-cli-v$pkgver"
- cargo build --release --locked
-}
-
-check() {
- cd "watchexec-cli-v$pkgver"
- cargo test --locked
-}
-
-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"
-}
Copied: watchexec/repos/community-x86_64/PKGBUILD (from rev 1260196, watchexec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-04 00:23:55 UTC (rev 1260197)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# Contributor: Vlad M. <vlad at archlinux.net>
+
+pkgname=watchexec
+pkgver=1.20.5
+pkgrel=1
+pkgdesc="Executes commands in response to file modifications"
+url='https://github.com/watchexec/watchexec'
+depends=('gcc-libs' 'zlib')
+makedepends=('cargo')
+arch=('x86_64')
+license=('Apache')
+source=("https://github.com/watchexec/watchexec/archive/refs/tags/cli-v${pkgver}.tar.gz")
+options=('!lto')
+sha256sums=('2bc04c7ecf58d34a48c3eeea54a76b7e621717cb93305497bea2f6399dd119c6')
+
+build() {
+ cd "watchexec-cli-v$pkgver"
+ cargo build --release --locked
+}
+
+check() {
+ cd "watchexec-cli-v$pkgver"
+ cargo test --locked
+}
+
+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