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

Orhun Parmaksiz orhun at gemini.archlinux.org
Wed May 25 09:33:16 UTC 2022


    Date: Wednesday, May 25, 2022 @ 09:33:16
  Author: orhun
Revision: 1210348

archrelease: copy trunk to community-x86_64

Added:
  cargo-tarpaulin/repos/community-x86_64/PKGBUILD
    (from rev 1210347, cargo-tarpaulin/trunk/PKGBUILD)
Deleted:
  cargo-tarpaulin/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  114 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-25 09:32:58 UTC (rev 1210347)
+++ PKGBUILD	2022-05-25 09:33:16 UTC (rev 1210348)
@@ -1,57 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
-
-pkgname=cargo-tarpaulin
-pkgver=0.20.0
-pkgrel=1
-pkgdesc='Tool to analyse test coverage of cargo projects'
-arch=(x86_64)
-url=https://github.com/xd009642/tarpaulin
-license=(Apache MIT)
-depends=(
-  gcc-libs
-  glibc
-  libcurl.so
-  openssl
-  libssh2
-  libgit2
-  zlib
-)
-makedepends=(
-  git
-  rust
-)
-_tag=c445f881a751f75503d7f9b935f282db87368c82
-source=(git+https://github.com/xd009642/tarpaulin.git#tag=${_tag})
-b2sums=('SKIP')
-
-pkgver() {
-  cd tarpaulin
-
-  git describe --tags
-}
-
-prepare() {
-  cargo fetch \
-    --locked \
-    --target $CARCH-unknown-linux-gnu \
-    --manifest-path tarpaulin/Cargo.toml
-}
-
-build() {
-  export CARGO_TARGET_DIR=target
-  export LIBSSH2_SYS_USE_PKG_CONFIG=1
-  cargo build \
-    --release \
-    --frozen \
-    --manifest-path tarpaulin/Cargo.toml
-}
-
-package() {
-  cd tarpaulin
-  install -Dm 755 "${srcdir}/target/release/${pkgname}" -t "${pkgdir}"/usr/bin/
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-tarpaulin/repos/community-x86_64/PKGBUILD (from rev 1210347, cargo-tarpaulin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-25 09:33:16 UTC (rev 1210348)
@@ -0,0 +1,57 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+
+pkgname=cargo-tarpaulin
+pkgver=0.20.1
+pkgrel=1
+pkgdesc='Tool to analyse test coverage of cargo projects'
+arch=(x86_64)
+url=https://github.com/xd009642/tarpaulin
+license=(Apache MIT)
+depends=(
+  gcc-libs
+  glibc
+  libcurl.so
+  openssl
+  libssh2
+  libgit2
+  zlib
+)
+makedepends=(
+  git
+  rust
+)
+_tag=e58d865837ebccea3de6675f9dacedfb373df103
+source=(git+https://github.com/xd009642/tarpaulin.git#tag=${_tag})
+b2sums=('SKIP')
+
+pkgver() {
+  cd tarpaulin
+
+  git describe --tags
+}
+
+prepare() {
+  cargo fetch \
+    --locked \
+    --target $CARCH-unknown-linux-gnu \
+    --manifest-path tarpaulin/Cargo.toml
+}
+
+build() {
+  export CARGO_TARGET_DIR=target
+  export LIBSSH2_SYS_USE_PKG_CONFIG=1
+  cargo build \
+    --release \
+    --frozen \
+    --manifest-path tarpaulin/Cargo.toml
+}
+
+package() {
+  cd tarpaulin
+  install -Dm 755 "${srcdir}/target/release/${pkgname}" -t "${pkgdir}"/usr/bin/
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list