Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{tools}[GCC/13.3.0] ncdu v1.20 #21739

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions easybuild/easyconfigs/n/ncdu/ncdu-1.20-GCC-13.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
easyblock = 'ConfigureMake'

name = 'ncdu'
version = '1.20'

homepage = 'https://dev.yorhel.nl/ncdu'
description = """Ncdu is a disk usage analyzer with an ncurses interface. It is designed to find space hogs on a
remote server where you don't have an entire graphical setup available, but it is a useful tool even on regular
desktop systems. Ncdu aims to be fast, simple and easy to use, and should be able to run in any minimal POSIX-like
environment with ncurses installed."""

toolchain = {'name': 'GCC', 'version': '13.3.0'}

source_urls = ['https://dev.yorhel.nl/download/']
sources = [SOURCE_TAR_GZ]
checksums = ['5fe2bb841abe72374bb242dbb93293c4ae053078432d896a7481b2ff10be9572']

dependencies = [
('ncurses', '6.5'),
]

sanity_check_paths = {
'files': ['bin/%(name)s'],
'dirs': [],
}

moduleclass = 'tools'
Loading