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

Orhun Parmaksiz orhun at gemini.archlinux.org
Thu Jul 7 12:27:04 UTC 2022


    Date: Thursday, July 7, 2022 @ 12:27:04
  Author: orhun
Revision: 1247666

archrelease: copy trunk to community-x86_64

Added:
  git-grab/repos/community-x86_64/PKGBUILD
    (from rev 1247665, git-grab/trunk/PKGBUILD)
Deleted:
  git-grab/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-07 12:26:49 UTC (rev 1247665)
+++ PKGBUILD	2022-07-07 12:27:04 UTC (rev 1247666)
@@ -1,56 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-# Contributor: Wesley Moore <wes at wezm.net>
-
-pkgname=git-grab
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='A tool to clone git repositories to a standard location organised by domain and path'
-arch=('x86_64')
-url='https://github.com/wezm/git-grab'
-license=('MIT' 'Apache')
-depends=('git' 'gcc-libs')
-makedepends=('rust')
-options=('!lto')
-_commit='43feb5be6564d25fc942690cf36e6abba24afca3'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname"
-
-  cargo build --frozen --release --all-features
-}
-
-check() {
-  cd "$pkgname"
-
-  cargo test --frozen --all-features
-}
-
-package() {
-  cd "$pkgname"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" target/release/git-grab
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE*
-  sed -n '/^Licence/,/^at your option./p' \
-    README.md \
-    > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: git-grab/repos/community-x86_64/PKGBUILD (from rev 1247665, git-grab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-07 12:27:04 UTC (rev 1247666)
@@ -0,0 +1,57 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+# Contributor: Wesley Moore <wes at wezm.net>
+
+pkgname=git-grab
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='A tool to clone git repositories to a standard location organised by domain and path'
+arch=('x86_64')
+url='https://github.com/wezm/git-grab'
+license=('MIT' 'Apache')
+depends=('git' 'gcc-libs')
+makedepends=('rust')
+options=('!lto')
+_commit='ae0fb16048691b9b26f8b28efa95087a9654b62f'
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname"
+
+  cargo build --frozen --release --all-features
+}
+
+check() {
+  cd "$pkgname"
+
+  cargo test --frozen --all-features
+}
+
+package() {
+  cd "$pkgname"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" target/release/git-grab
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE*
+  sed -n '/^Licence/,/^at your option./p' \
+    README.md \
+    > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list