From 767443b63d1f810c8e913bc2004170bc4dac5153 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 26 Jan 2023 08:36:50 +0100 Subject: added local working copy of thunderbird-bin --- adapted/thunderbird-bin/thunderbird-bin.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 adapted/thunderbird-bin/thunderbird-bin.install (limited to 'adapted/thunderbird-bin/thunderbird-bin.install') diff --git a/adapted/thunderbird-bin/thunderbird-bin.install b/adapted/thunderbird-bin/thunderbird-bin.install new file mode 100644 index 0000000..250a67e --- /dev/null +++ b/adapted/thunderbird-bin/thunderbird-bin.install @@ -0,0 +1,13 @@ +# Colored makepkg-like functions +msg_blue() { + printf "${blue}==>${bold} $1${all_off}\n" +} + +note() { + printf "${blue}==>${yellow} NOTE$1:${bold} $2${all_off}\n" +} + +all_off="$(tput sgr0)" +bold="${all_off}$(tput bold)" +blue="${bold}$(tput setaf 4)" +yellow="${bold}$(tput setaf 3)" -- cgit v1.2.3-54-g00ecf