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

Johannes Löthberg demize at archlinux.org
Tue Sep 17 01:34:04 UTC 2019


    Date: Tuesday, September 17, 2019 @ 01:34:04
  Author: demize
Revision: 510960

archrelease: copy trunk to community-testing-any

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

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

Copied: repo/repos/community-testing-any/PKGBUILD (from rev 510959, repo/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2019-09-17 01:34:04 UTC (rev 510960)
@@ -0,0 +1,28 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=repo
+pkgver=1.13.6
+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" "python2")
+makedepends=("git")
+
+source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver")
+
+sha256sums=('SKIP')
+
+prepare() {
+  cd repo
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' repo
+}
+
+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