Jakub Jirutka 730cdcef69 main/*: fix homepage url and source from http:// to https://
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.

$source urls are updated when they contain $url as substring.
2017-11-19 14:16:51 +01:00

25 lines
658 B
Plaintext

# Contributor: Timo Teras <timo.teras@iki.fi>
# Maintainer: Timo Teras <timo.teras@iki.fi>
pkgname=java-common
pkgver=0.1
pkgrel=0
pkgdesc="Java common (updates java links)"
url="https://git.alpinelinux.org/aports.git"
arch="noarch"
license="GPL2"
depends=
makedepends=""
install=""
subpackages=""
source=""
triggers="java-common.trigger=/usr/lib/jvm"
package() {
mkdir -p "$pkgdir"/usr/bin
ln -sf ../lib/jvm/default-jvm/jre/bin/java "$pkgdir"/usr/bin
ln -sf ../lib/jvm/default-jvm/jre/bin/rmiregistry "$pkgdir"/usr/bin
ln -sf ../lib/jvm/default-jvm/jre/bin/keytool "$pkgdir"/usr/bin
ln -sf ../lib/jvm/default-jvm/bin/appletviewer "$pkgdir"/usr/bin
}