Merge branch '252-ncurses-module' into 'master'

Resolve "ncurses module"

Closes #252

See merge request Pmodules/buildblocks!371
This commit is contained in:
2025-05-26 11:16:14 +02:00
3 changed files with 41 additions and 0 deletions

3
Libraries/ncurses/build Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env modbuild
export LC_ALL=C

View File

@@ -0,0 +1,26 @@
---
format: 1
ncurses:
defaults:
group: Libraries
overlay: base
relstage: stable
docfiles: []
configure_args:
- --with-shared
- --disable-db-install
- --with-termlib
urls:
- url: https://invisible-island.net/archives/${P}/${P}-${V_PKG}.tar.gz
shasums:
ncurses-6.5.tar.gz: 136d91bc269a9a5785e5f9e980bc76ab57428f604ce3e5a5a90cebc767971cc6
ncurses-6.3.tar.gz: 97fc51ac2b085d4cde31ef4d2c3122c21abc217e9090a43a30fc5ec21684e059
versions:
6.5:
config:
relstage: stable
6.3:
config:
relstage: deprecated

View File

@@ -0,0 +1,12 @@
#%Module1.0
module-whatis "GNU Mpc"
module-url "http://www.multiprecision.org"
module-license "GNU LGPL v3"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
Gnu Mpc is a C library for the arithmetic of complex numbers with
arbitrarily high precision and correct rounding of the result.
"