summaryrefslogtreecommitdiffhomepage
path: root/groups.d/211.native_packages_cmdline.d/bash.package
diff options
context:
space:
mode:
authorLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2024-04-24 16:25:01 +0200
committerLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2024-04-24 16:25:01 +0200
commit93846114397c322919e1ac95df3def0e33c1c9c0 (patch)
tree792b5ae21f26307dcf45f59cf7e02d81bf419e7f /groups.d/211.native_packages_cmdline.d/bash.package
parenta16a1d92285bd2509fd278e228d3c9c236cbba6a (diff)
downloadmidipix_build-93846114397c322919e1ac95df3def0e33c1c9c0.tar.bz2
midipix_build-93846114397c322919e1ac95df3def0e33c1c9c0.tar.xz
groups.d/211.native_packages_cmdline.d/bas{,h}.package: split separate packages.
Diffstat (limited to 'groups.d/211.native_packages_cmdline.d/bash.package')
-rw-r--r--groups.d/211.native_packages_cmdline.d/bash.package10
1 files changed, 10 insertions, 0 deletions
diff --git a/groups.d/211.native_packages_cmdline.d/bash.package b/groups.d/211.native_packages_cmdline.d/bash.package
new file mode 100644
index 00000000..d910abf5
--- /dev/null
+++ b/groups.d/211.native_packages_cmdline.d/bash.package
@@ -0,0 +1,10 @@
+: ${PKG_BASH_DEPENDS:="ncurses"};
+: ${PKG_BASH_SHA256SUM:=c8e31bdc59b69aaffc5b36509905ba3e5cbb12747091d27b4b977f078560d5b8};
+: ${PKG_BASH_VERSION:=5.2.21};
+: ${PKG_BASH_URL:=https://ftp.gnu.org/gnu/bash/bash-${PKG_BASH_VERSION}.tar.gz};
+: ${PKG_BASH_CONFIGURE_ARGS_EXTRA:="--without-bash-malloc --with-curses"};
+: ${PKG_BASH_MAKEFLAGS_PARALLELISE:="-j1"};
+
+ex_pkg_register "bash" "${RTL_FILEOP_SOURCE_FNAME}" "native_packages";
+
+# vim:filetype=sh textwidth=0