Achill Gilgenast 9e8244520e community/java-common: move maintainership to bratkartoffel, update url
Simon is already the maintainer of the latest OpenJDK packages
2026-01-13 13:31:29 +01:00

19 lines
596 B
Plaintext

# Contributor: Timo Teras <timo.teras@iki.fi>
# Maintainer: Simon Frankenberger <simon-alpine@fraho.eu>
pkgname=java-common
pkgver=1.0
pkgrel=2
pkgdesc="Java common (updates java links)"
url="https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/community/java-common"
arch="noarch"
options="!check" # Symlinks only.
license="GPL-2.0-or-later"
triggers="java-common.trigger=/usr/lib/jvm"
package() {
mkdir -p "$pkgdir"/usr/bin
# create the java symlink, which should always be present
# this is needed for the trigger to work
ln -sf ../lib/jvm/default-jvm/bin/java "$pkgdir"/usr/bin
}