Skip to content

Instantly share code, notes, and snippets.

@alekratz
Created July 11, 2015 14:51
Show Gist options
  • Save alekratz/e6cbfd64c3562d30f934 to your computer and use it in GitHub Desktop.
Save alekratz/e6cbfd64c3562d30f934 to your computer and use it in GitHub Desktop.
javahelp2 PKGBUILD
# Maintainer: Alucryd <alucryd at gmail dot com>
# Contributor: Stefan Husmann <stefan-husmann at t-online dot de>
# Contributor: Simon Lipp <sloonz+aur at gmail dot com>
# Contributor: Alek Ratzloff <alekratz+aur at gmail dot com>
pkgname=javahelp2
pkgver=2.0.05
pkgrel=1
pkgdesc="Java based help system"
arch=('any')
url="https://javahelp.dev.java.net/"
license=(GPL2)
depends=('java-runtime')
source=('http://olex.openlogic.com/package_versions/5822/download?package_version_id=1574&path=https%3A%2F%2Folex-secure.ope
md5sums=('16b0fbd124790d5785d97ca770c25e3c')
package() {
install -Dm644 $srcdir/javahelp-2.0_05/javahelp/bin/jhindexer.jar $pkgdir/usr/share/java/javahelp/jhindexer.jar
install -Dm644 $srcdir/javahelp-2.0_05/javahelp/bin/jhsearch.jar $pkgdir/usr/share/java/javahelp/jhsearch.jar
install -Dm644 $srcdir/javahelp-2.0_05/javahelp/lib/jh.jar $pkgdir/usr/share/java/javahelp/jh.jar
install -Dm644 $srcdir/javahelp-2.0_05/javahelp/lib/jhall.jar $pkgdir/usr/share/java/javahelp/jhall.jar
install -Dm644 $srcdir/javahelp-2.0_05/javahelp/lib/jhbasic.jar $pkgdir/usr/share/java/javahelp/jhbasic.jar
install -Dm644 $srcdir/javahelp-2.0_05/javahelp/lib/jsearch.jar $pkgdir/usr/share/java/javahelp/jsearch.jar
}
@gyscos
Copy link

gyscos commented Jul 14, 2015

the source array is truncated. It should be:

source=('http://olex.openlogic.com/package_versions/5822/download?package_version_id=1574&path=https%3A%2F%2Folex-secure.openlogic.com%2Fcontent%2Fopenlogic%2Fjavahelp%2F2.0_05%2Fopenlogic-javahelp-2.0_05-all-bin-1.zip')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment