add adxv, imagemagick, and pymol-open-source

This commit is contained in:
2026-09-01 10:43:13 +02:00
parent 1cf8491a57
commit 339626a467
12 changed files with 336 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
#%Module1.0
module-whatis "ImageMagick - create, edit and convert bitmap images (magick, convert, ...)"
module-url "https://imagemagick.org/"
module-license "ImageMagick License (Apache-2.0 derived)"
module-maintainer "MX Data <jiaxin.duan@psi.ch>"
module-help "
ImageMagick 7 command-line tools (magick, convert, mogrify, identify,
montage, ...) plus MagickCore/MagickWand/Magick++ libraries and
pkg-config files. Enabled image formats depend on the -devel RPMs
present at build time: check with `magick -list format`.
"
prepend-path PATH $PREFIX/bin
prepend-path LD_LIBRARY_PATH $PREFIX/lib
prepend-path PKG_CONFIG_PATH $PREFIX/lib/pkgconfig
prepend-path MANPATH $PREFIX/share/man