1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 14:47:12 +00:00
termux-packages/packages/util-linux/libsmartcols.subpackage.sh
Henrik Grimler 7d0d9ea1a1
enhance(main/util-linux): move libsmartcols to new subpackage
Quite a few util-linux utilities link against libsmartcols only.  Move
the library into a subpackage so that other utilities can depend on
libsmartcols, and not the full util-linux package.
2022-12-28 09:12:22 +01:00

10 lines
325 B
Bash

TERMUX_SUBPKG_DESCRIPTION="Library for smart adaptive formatting of tabular data"
TERMUX_SUBPKG_BREAKS="util-linux (<< 2.38.1-1)"
TERMUX_SUBPKG_REPLACES="util-linux (<< 2.38.1-1)"
TERMUX_SUBPKG_DEPEND_ON_PARENT="no"
TERMUX_SUBPKG_INCLUDE="
lib/libsmartcols.so
lib/pkgconfig/smartcols.pc
include/libsmartcols/libsmartcols.h
"