[arch-commits] Commit in (leiningen leiningen/trunk leiningen/trunk/PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Fri Feb 14 20:41:40 UTC 2020


    Date: Friday, February 14, 2020 @ 20:41:39
  Author: arodseth
Revision: 571188

Add leiningen from AUR, 143 votes, 0.54 popularity

Added:
  leiningen/
  leiningen/trunk/
  leiningen/trunk/PKGBUILD

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

Added: leiningen/trunk/PKGBUILD
===================================================================
--- leiningen/trunk/PKGBUILD	                        (rev 0)
+++ leiningen/trunk/PKGBUILD	2020-02-14 20:41:39 UTC (rev 571188)
@@ -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.1
+pkgrel=1
+pkgdesc='Automate Clojure projects without setting your hair on fire'
+arch=(any)
+url='https://github.com/technomancy/leiningen'
+license=(EPL)
+depends=(bash 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=f3864bc35d8280a8461b7f6c593b1919a75bef7f") # tag: 2.9.1
+noextract=("leiningen-$pkgver-standalone.zip")
+validpgpkeys=('2B72BF956E23DE5E830D50F6002AF007D1A7CC18') # Phil Hagelberg <phil at hagelb.org>
+sha256sums=('ea7c831a4f5c38b6fc3926c6ad32d1d4b9b91bf830a715ecff5a70a18bda55f8'
+            '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"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list