# IT4Innovations
# LK 2024

easyblock = 'Tarball'

name = 'Firefox'
version = '127.0.1'

homepage = 'https://www.mozilla.org/en-US/firefox/new/'
description = """Firefox is a free, open source Web browser for Windows, Linux and Mac OS X. It is based on the Mozilla code
 base and offers customization options and features such as its capability to block pop-up windows, tabbed browsing, privacy
 and security measures, smart searching, and RSS live bookmarks."""

toolchain = SYSTEM

source_urls = [
    'https://ftp.mozilla.org/pub/firefox/releases/%(version)s/linux-x86_64/en-US/']
sources = [SOURCELOWER_TAR_BZ2]
checksums = ['57564e6219f8f79418ba49d1e7a6edf44f8e253f777d0ae7de7dbff200c3d5f4']

sanity_check_paths = {
    'files': ['firefox'],
    'dirs': []
}

# add the installation dir to PATH
modextrapaths = {
    'PATH': "",
}

moduleclass = 'tools'