[arch-commits] Commit in leiningen/repos/community-any (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Mar 2 15:28:15 UTC 2020


    Date: Monday, March 2, 2020 @ 15:28:15
  Author: arodseth
Revision: 588541

archrelease: copy trunk to community-any

Added:
  leiningen/repos/community-any/PKGBUILD
    (from rev 588540, leiningen/trunk/PKGBUILD)
Deleted:
  leiningen/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   61 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 30 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-02 15:28:12 UTC (rev 588540)
+++ PKGBUILD	2020-03-02 15:28:15 UTC (rev 588541)
@@ -1,31 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Marcel Campello <tucho at prafrentex.com.br>
-
-pkgname=leiningen
-pkgver=2.9.2
-pkgrel=1
-pkgdesc='Automate Clojure projects'
-arch=(any)
-url='https://github.com/technomancy/leiningen'
-license=(EPL)
-depends=(java-environment)
-makedepends=(git)
-optdepends=('rlwrap: for readline support'
-            'leiningen-completions: completion scripts')
-source=("$url/releases/download/$pkgver/leiningen-$pkgver-standalone.zip"{,.asc}
-        "git+$url#commit=df32368a84c3441b59d0310a991a3e10c91b28b8") # tag: 2.9.2
-noextract=("leiningen-$pkgver-standalone.zip")
-validpgpkeys=('20242BACBBE95ADA22D0AFD7808A33D379C806C3') # Phil Hagelberg <phil at hagelb.org>
-sha256sums=('09805bd809656794cfe7d9155fd4b8bea2646092318690bf68e3c379574a2d3c'
-            'SKIP'
-            'SKIP')
-
-package() {
-  install -Dm755 $pkgname/bin/lein-pkg "$pkgdir/usr/bin/lein"
-  install -Dm644 $pkgname/doc/lein.1 "$pkgdir/usr/share/man/man1/lein.1"
-  install -Dm644 "$srcdir/leiningen-$pkgver-standalone.zip" \
-                 "$pkgdir/usr/share/java/leiningen-$pkgver-standalone.jar"
-}
-
-# getver: github.com/technomancy/leiningen/releases
-# vim: ts=2 sw=2 et:

Copied: leiningen/repos/community-any/PKGBUILD (from rev 588540, leiningen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-02 15:28:15 UTC (rev 588541)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Marcel Campello <tucho at prafrentex.com.br>
+
+pkgname=leiningen
+pkgver=2.9.2
+pkgrel=1
+pkgdesc='Automate Clojure projects'
+arch=(any)
+url='https://github.com/technomancy/leiningen'
+license=(EPL)
+depends=(java-environment java-runtime)
+makedepends=(git)
+optdepends=('rlwrap: for readline support'
+            'leiningen-completions: completion scripts')
+source=("$url/releases/download/$pkgver/leiningen-$pkgver-standalone.zip"{,.asc}
+        "git+$url#commit=df32368a84c3441b59d0310a991a3e10c91b28b8") # tag: 2.9.2
+noextract=("leiningen-$pkgver-standalone.zip")
+validpgpkeys=('20242BACBBE95ADA22D0AFD7808A33D379C806C3') # Phil Hagelberg <phil at hagelb.org>
+sha256sums=('09805bd809656794cfe7d9155fd4b8bea2646092318690bf68e3c379574a2d3c'
+            'SKIP' 'SKIP')
+
+package() {
+  install -Dm755 $pkgname/bin/lein-pkg "$pkgdir/usr/bin/lein"
+  install -Dm644 $pkgname/doc/lein.1 "$pkgdir/usr/share/man/man1/lein.1"
+  install -Dm644 "$srcdir/leiningen-$pkgver-standalone.zip" \
+                 "$pkgdir/usr/share/java/leiningen-$pkgver-standalone.jar"
+}
+
+# getver: github.com/technomancy/leiningen/releases
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list