summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Guerraz2020-04-15 23:29:57 +0200
committerFrançois Guerraz2020-04-15 23:29:57 +0200
commit694b4963719558c4446b8ee8ed5d42e82ca24021 (patch)
tree166eea5d28818862a0b903b7711cd2367af1c778
parentfb4b91d3aa5ba33ae66eaed473226041a8b422c2 (diff)
downloadaur-694b4963719558c4446b8ee8ed5d42e82ca24021.tar.gz
Add colour and stuff
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--payetools-rti.install9
3 files changed, 11 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb4d04a96887..25b923f0deca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = payetools-rti
pkgdesc = UK HMRC Basic PAYE Tools for Linux
pkgver = 20.0.20083.454
- pkgrel = 3
+ pkgrel = 4
url = https://www.gov.uk/basic-paye-tools
install = payetools-rti.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6b486e34c459..53339a8cb3cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: François Guerraz <kubrick@fgv6.net>
pkgname=payetools-rti
pkgver=20.0.20083.454
-pkgrel=3
+pkgrel=4
pkgdesc="UK HMRC Basic PAYE Tools for Linux"
arch=('x86_64')
url="https://www.gov.uk/basic-paye-tools"
diff --git a/payetools-rti.install b/payetools-rti.install
index 032c4fe9d523..54f707b3f4ea 100644
--- a/payetools-rti.install
+++ b/payetools-rti.install
@@ -1,3 +1,12 @@
+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 "This package embeds, for its exclusive use, an unmaintained version of lib32-krb5"
note "The mainainer of this package accepts no liability for any consequence of this"