[arch-commits] Commit in fd/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Mon May 25 18:26:28 UTC 2020


    Date: Monday, May 25, 2020 @ 18:26:26
  Author: svenstaro
Revision: 634746

archrelease: copy trunk to community-x86_64

Added:
  fd/repos/community-x86_64/PKGBUILD
    (from rev 634745, fd/trunk/PKGBUILD)
Deleted:
  fd/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 18:26:19 UTC (rev 634745)
+++ PKGBUILD	2020-05-25 18:26:26 UTC (rev 634746)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Daniel M. Capella <polyzen at archlinux.info>
-
-pkgname=fd
-pkgver=8.1.0
-pkgrel=1
-pkgdesc='Simple, fast and user-friendly alternative to find'
-arch=('x86_64')
-url=https://github.com/sharkdp/fd
-license=('MIT' 'APACHE')
-depends=('gcc-libs')
-makedepends=('rust')
-source=("fd-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('7678a4b45754511c5179e20da06fcbe78b591b6fb5c16e78261d2e3c3684d69622ac075b0fd725b6e0f28255242d1d6cbdd6955c7419ffbbb6ec9b16ab3714b9')
-
-build() {
-  cd fd-$pkgver
-  cargo build --release --locked
-}
-
-check() {
-  cd fd-$pkgver
-  cargo test --release --locked
-}
-
-package() {
-  cd fd-$pkgver
-  install -Dm755 target/release/fd "$pkgdir"/usr/bin/fd
-  install -Dm644 target/release/build/fd-find-*/out/fd.bash "$pkgdir"/usr/share/bash-completion/completions/fd
-  install -Dm644 target/release/build/fd-find-*/out/fd.fish "$pkgdir"/usr/share/fish/vendor_completions.d/fd.fish
-  install -Dm644 target/release/build/fd-find-*/out/_fd "$pkgdir"/usr/share/zsh/site-functions/_fd
-  install -Dm644 doc/fd.1 "$pkgdir"/usr/share/man/man1/fd.1
-  install -Dm644 LICENSE-APACHE "$pkgdir"/usr/share/licenses/fd/LICENSE-APACHE
-  install -Dm644 LICENSE-MIT "$pkgdir"/usr/share/licenses/fd/LICENSE-MIT
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fd/repos/community-x86_64/PKGBUILD (from rev 634745, fd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 18:26:26 UTC (rev 634746)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Daniel M. Capella <polyzen at archlinux.info>
+
+pkgname=fd
+pkgver=8.1.1
+pkgrel=1
+pkgdesc='Simple, fast and user-friendly alternative to find'
+arch=('x86_64')
+url=https://github.com/sharkdp/fd
+license=('MIT' 'APACHE')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("fd-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('71c078deacd498ebd9e52e32c4208c35383035ec7b87513b4127319c0294b598ce8fd9ad1acb7d665f6b64024b69f6f9fe3ace93da9f1504b7d5875018204352')
+
+build() {
+  cd fd-$pkgver
+  cargo build --release --locked
+}
+
+check() {
+  cd fd-$pkgver
+  cargo test --release --locked
+}
+
+package() {
+  cd fd-$pkgver
+  install -Dm755 target/release/fd "$pkgdir"/usr/bin/fd
+  install -Dm644 target/release/build/fd-find-*/out/fd.bash "$pkgdir"/usr/share/bash-completion/completions/fd
+  install -Dm644 target/release/build/fd-find-*/out/fd.fish "$pkgdir"/usr/share/fish/vendor_completions.d/fd.fish
+  install -Dm644 target/release/build/fd-find-*/out/_fd "$pkgdir"/usr/share/zsh/site-functions/_fd
+  install -Dm644 doc/fd.1 "$pkgdir"/usr/share/man/man1/fd.1
+  install -Dm644 LICENSE-APACHE "$pkgdir"/usr/share/licenses/fd/LICENSE-APACHE
+  install -Dm644 LICENSE-MIT "$pkgdir"/usr/share/licenses/fd/LICENSE-MIT
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list