Skip to content

[feh] [package list]

feh/2.26-cpeGNU-24.03 (feh-2.26-cpeGNU-24.03.eb)

Install with the EasyBuild-user module:

eb feh-2.26-cpeGNU-24.03.eb -r
To access module help after installation and get reminded for which stacks and partitions the module is installed, use module spider feh/2.26-cpeGNU-24.03.

EasyConfig:

easyblock = 'ConfigureMake'

name = 'feh'
version = '2.26'

homepage = 'https://feh.finalrewind.org/'

whatis = [
    'Description: feh is a simple X11 image viewer aimed at console users'
]

description = """
feh is an X11 image viewer aimed mostly at console users.
Unlike most other viewers, it does not have a fancy GUI, but simply displays images.
It is controlled via command line arguments and configurable key/mouse actions.
"""

docurls = [
    'Man page for the feh command',
]

toolchain = {'name': 'cpeGNU', 'version': '24.03'}
toolchainopts = {'pic': True}

source_urls = ['http://feh.finalrewind.org']
sources = [SOURCE_TAR_BZ2]
checksums = ['b1d6bfdd79060d864b8eff05b916153be04801998148620125e3ac31f99f6c86']

builddependencies = [
    ('buildtools', '%(toolchain_version)s', '', SYSTEM),
]

dependencies = [
    ('Imlib2', '1.5.1'),
    ('X11',    '%(toolchain_version)s'),
]

skipsteps = ['configure']

buildopts = 'PREFIX=%(installdir)s'
installopts = buildopts

postinstallcmds = [
    'mkdir -p %(installdir)s/share/licenses/%(name)s',
    'cd ../%(namelower)s-%(version)s && cp AUTHORS COPYING ChangeLog README.md %(installdir)s/share/licenses/%(name)s',
]

sanity_check_paths = {
    'files': ['bin/feh', 'share/licenses/feh/COPYING'],
    'dirs':  ['share/man/man1']
}

sanity_check_commands = [
    'feh -h',
]

moduleclass = 'vis'

[feh] [package list]