sdrtrunk: no bundled JVM

This commit is contained in:
Anton Bolshakov 2026-05-05 21:12:22 +08:00
parent 1a6a41ad90
commit 870ed264ea
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -57,13 +57,11 @@ src_compile() {
GRADLE="gradle --gradle-user-home .gradle --console rich --no-daemon"
GRADLE="${GRADLE} --offline"
unset TERM
${GRADLE} runtime -x check -x test || die
${GRADLE} installDist -x check -x test || die
}
QA_FLAGS_IGNORED="opt/sdrtrunk/.*"
src_install() {
dodir /opt/sdrtrunk/
cp -R ./build/image/* "${ED}"/opt/sdrtrunk/
cp -R ./build/install/sdr-trunk/* "${ED}"/opt/sdrtrunk/
dosym ../../"${EPREFIX}"/opt/sdrtrunk/bin/sdr-trunk /usr/bin/sdr-trunk
}