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

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 9 21:37:54 UTC 2018


    Date: Friday, November 9, 2018 @ 21:37:53
  Author: foutrelis
Revision: 338602

archrelease: copy trunk to staging-any

Added:
  beanshell/repos/staging-any/
  beanshell/repos/staging-any/PKGBUILD
    (from rev 338601, beanshell/trunk/PKGBUILD)

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

Copied: beanshell/repos/staging-any/PKGBUILD (from rev 338601, beanshell/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2018-11-09 21:37:53 UTC (rev 338602)
@@ -0,0 +1,29 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=beanshell
+pkgver=2.0b6
+pkgrel=2
+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