[arch-commits] Commit in repo/repos (2 files)

Johannes Löthberg demize at archlinux.org
Fri Jan 22 23:30:49 UTC 2021


    Date: Friday, January 22, 2021 @ 23:30:49
  Author: demize
Revision: 825349

archrelease: copy trunk to community-testing-any

Added:
  repo/repos/community-testing-any/
  repo/repos/community-testing-any/PKGBUILD
    (from rev 825348, repo/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: repo/repos/community-testing-any/PKGBUILD (from rev 825348, repo/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2021-01-22 23:30:49 UTC (rev 825349)
@@ -0,0 +1,24 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=repo
+pkgver=2.12
+pkgrel=1
+
+pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
+url="https://android.googlesource.com/tools/repo"
+arch=('any')
+license=("APACHE")
+
+depends=("git" "python")
+
+validpgpkeys=('8BB9AD793E8E6153AF0F9A4416530D5E920F5C65'
+              '16530D5E920F5C65') # Repo Maintainer <repo at android.kernel.org>
+source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver?signed")
+
+sha256sums=('SKIP')
+
+package() {
+  cd repo
+  install -D -m 755 repo "$pkgdir/usr/bin/repo"
+  install -D -m 644 docs/manifest-format.md "$pkgdir/usr/share/doc/$pkgname/manifest-format.md"
+}



More information about the arch-commits mailing list