[arch-commits] Commit in (4 files)

Andreas Radke andyrtr at archlinux.org
Sun Aug 21 11:25:49 UTC 2016


    Date: Sunday, August 21, 2016 @ 11:25:49
  Author: andyrtr
Revision: 274548

add pkg required by libreoffice replacing dead beanshell2 fork, original is alive again

Added:
  beanshell/
  beanshell/repos/
  beanshell/trunk/
  beanshell/trunk/PKGBUILD

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

Added: beanshell/trunk/PKGBUILD
===================================================================
--- beanshell/trunk/PKGBUILD	                        (rev 0)
+++ beanshell/trunk/PKGBUILD	2016-08-21 11:25:49 UTC (rev 274548)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 137744 2011-09-10 15:01:53Z pierre $
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=beanshell
+pkgver=2.0b6
+pkgrel=1
+pkgdesc="Small, free, embeddable, source level Java interpreter with object based scripting language features written in Java"
+arch=('any')
+url="https://github.com/beanshell/beanshell"
+license=('Apache')
+depends=('java-runtime')
+provides=('bsh')
+replaces=('beanshell2')
+conflicts=('beanshell2')
+source=("https://github.com/beanshell/beanshell/releases/download/$pkgver/bsh-${pkgver}.jar")
+noextract=("${pkgname}-${pkgver}.jar")
+sha1sums=('fb418f9b33a0b951e9a2978b4b6ee93b2707e72f')
+
+# beanshell2 fork is dead
+# http://stackoverflow.com/questions/26549307/current-state-of-beanshell
+# https://github.com/stain/beanshell2 - google code got removed and only this fork is left and outdated 
+# original url http://www.beanshell.org - unmaintained
+
+# Fedora and our only package making use of it use the follow up of the old beanshell:
+# https://github.com/beanshell/beanshell
+
+package() {
+  install -m755 -d ${pkgdir}/usr/share/java/
+  install -D -m644 ${srcdir}/bsh-${pkgver}.jar ${pkgdir}/usr/share/java/bsh.jar
+}



More information about the arch-commits mailing list