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

Johannes Löthberg demize at archlinux.org
Wed Feb 17 22:49:37 UTC 2021


    Date: Wednesday, February 17, 2021 @ 22:49:37
  Author: demize
Revision: 862998

archrelease: copy trunk to community-testing-any

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

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

Copied: repo/repos/community-testing-any/PKGBUILD (from rev 862997, repo/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2021-02-17 22:49:37 UTC (rev 862998)
@@ -0,0 +1,24 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=repo
+pkgver=2.12.2
+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