summarylogtreecommitdiffstats
path: root/nodejs-google-clasp.install
diff options
context:
space:
mode:
Diffstat (limited to 'nodejs-google-clasp.install')
-rw-r--r--nodejs-google-clasp.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/nodejs-google-clasp.install b/nodejs-google-clasp.install
new file mode 100644
index 000000000000..a2e20cf5cede
--- /dev/null
+++ b/nodejs-google-clasp.install
@@ -0,0 +1,17 @@
+# Colored makepkg-like functions
+note() {
+ printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
+}
+
+all_off="$(tput sgr0)"
+bold="${all_off}$(tput bold)"
+blue="${bold}$(tput setaf 4)"
+yellow="${bold}$(tput setaf 3)"
+
+post_install() {
+ note "The command is called: 'gclasp'"
+}
+
+post_upgrade() {
+ post_install
+}