diff options
Diffstat (limited to 'groups.d/221.native_packages_dev.d/indent.package')
-rw-r--r-- | groups.d/221.native_packages_dev.d/indent.package | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/groups.d/221.native_packages_dev.d/indent.package b/groups.d/221.native_packages_dev.d/indent.package new file mode 100644 index 00000000..58c66709 --- /dev/null +++ b/groups.d/221.native_packages_dev.d/indent.package @@ -0,0 +1,8 @@ +: ${PKG_INDENT_SHA256SUM:=1b81ba4e9a006ca8e6eb5cbbe4cf4f75dfc1fc9301b459aa0d40393e85590a0b}; +: ${PKG_INDENT_VERSION:=2.2.13}; +: ${PKG_INDENT_URL:=https://ftp.gnu.org/gnu/indent/indent-${PKG_INDENT_VERSION}.tar.xz}; +: ${PKG_INDENT_CFLAGS_CONFIGURE_EXTRA:="-DHAVE_LOCALE_H"}; + +ex_pkg_register "indent" "${RTL_FILEOP_SOURCE_FNAME}" "native_packages"; + +# vim:filetype=sh textwidth=0 |