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

Felix Yan felixonmars at archlinux.org
Tue May 19 08:17:58 UTC 2020


    Date: Tuesday, May 19, 2020 @ 08:17:58
  Author: felixonmars
Revision: 386239

archrelease: copy trunk to staging-any

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

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

Copied: beanshell/repos/staging-any/PKGBUILD (from rev 386238, beanshell/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2020-05-19 08:17:58 UTC (rev 386239)
@@ -0,0 +1,29 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=beanshell
+pkgver=2.0b6
+pkgrel=3
+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