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

Maxim Baz maximbaz at archlinux.org
Tue May 19 22:28:01 UTC 2020


    Date: Tuesday, May 19, 2020 @ 22:28:01
  Author: maximbaz
Revision: 630294

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-19 22:27:56 UTC (rev 630293)
+++ PKGBUILD	2020-05-19 22:28:01 UTC (rev 630294)
@@ -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.0.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=('01f7caee8edd7ce45bdcc041dd39b4adc58d89750ea7de624911b0a64a303269f588356a4ffe64f27fe04527970b7eef1e4f31f6c4f36eec349af6df9ce74800')
-
-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 630293, fd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-19 22:28:01 UTC (rev 630294)
@@ -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.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:



More information about the arch-commits mailing list