summaryrefslogtreecommitdiff
path: root/adapted/thunderbird-bin/thunderbird-bin.install
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-01-26 08:36:50 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-01-26 08:36:50 +0100
commit767443b63d1f810c8e913bc2004170bc4dac5153 (patch)
treef1a1533cc400a47152eb900b6d463176e5810ad1 /adapted/thunderbird-bin/thunderbird-bin.install
parentfaf7aa3d02abedb7e8a9dfcffc95f6fd0e5f3207 (diff)
downloadarch-767443b63d1f810c8e913bc2004170bc4dac5153.tar.gz
arch-767443b63d1f810c8e913bc2004170bc4dac5153.tar.bz2
added local working copy of thunderbird-bin
Diffstat (limited to 'adapted/thunderbird-bin/thunderbird-bin.install')
-rw-r--r--adapted/thunderbird-bin/thunderbird-bin.install13
1 files changed, 13 insertions, 0 deletions
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)"