Commit 936c3a60 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack: fix Rider (ignore musl deps, add JetBrains.Rider symlink), FreeCAD (ignore all Qt6)

parent 14c2014d
Rider.sh
\ No newline at end of file
......@@ -10,6 +10,9 @@ PRODUCTSUBDIR="JetBrains Rider"
. $(dirname $0)/common.sh
# .NET SDK bundles musl-compiled cross-platform binaries
ignore_lib_requires 'libc.musl-.*'
subst "s|^Group:.*|Group: Development/Tools|" $SPEC
#subst "s|^License: unknown$|License: GPLv2|" $SPEC
subst "s|^URL:.*|URL: https://www.jetbrains.com/rider/|" $SPEC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment