[arch-commits] Commit in beanshell/repos (extra-any extra-any/PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sun Aug 21 11:30:23 UTC 2016


    Date: Sunday, August 21, 2016 @ 11:30:22
  Author: andyrtr
Revision: 274550

archrelease: copy trunk to extra-any

Added:
  beanshell/repos/extra-any/
  beanshell/repos/extra-any/PKGBUILD
    (from rev 274549, beanshell/trunk/PKGBUILD)

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

Copied: beanshell/repos/extra-any/PKGBUILD (from rev 274549, beanshell/trunk/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2016-08-21 11:30:22 UTC (rev 274550)
@@ -0,0 +1,30 @@
+# $Id$
+# 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