mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-28 05:32:35 +00:00
- Fixes https://github.com/termux/termux-packages/issues/25027 - JDK 21 has been released for a year, so theoretically, all packages should be ready now, but it will be necessary to test each package's basic functionality with `openjdk-21` installed, to make sure that they are compatible. - Now that https://github.com/termux/termux-packages/pull/25214 has been merged, it should be easier for termux-apt users whose `java` command is set to `openjdk-17`, to get it automatically updated to `openjdk-21` without necessarily having to uninstall `openjdk-17`.
4 lines
131 B
Bash
4 lines
131 B
Bash
TERMUX_SUBPKG_INCLUDE="share/tsduck/java/"
|
|
TERMUX_SUBPKG_DESCRIPTION="Java bindings for TSDuck"
|
|
TERMUX_SUBPKG_DEPENDS="openjdk-21"
|