summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetar Petrov2018-03-04 19:10:39 +0100
committerPetar Petrov2018-03-04 19:10:39 +0100
commitc9e4195116ea03ee5274f57e68a3cdf7fde4c39e (patch)
tree9434b8bb4632cd636ea0b8876d1893b2e1982f77
parentb54eabb97627cd6d5ea58cb198ad1751e4f9607e (diff)
downloadaur-e-additives.cli.tar.gz
Add disclaimer info on post install
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--ead.install9
3 files changed, 13 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 807b7fa0c134..59eae2cd21d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = e-additives.cli
pkgdesc = Brings food additives info to your console.
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/vexelon-dot-net/e-additives.cli
+ install = ead.install
arch = any
license = MIT
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 572ea599f167..46d3cb5a9dbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Petar Petrov <petar.petrov.georgiev at gmail d0t com>
pkgname=e-additives.cli
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Brings food additives info to your console."
arch=('any')
url="https://github.com/vexelon-dot-net/e-additives.cli"
@@ -16,6 +16,7 @@ replaces=()
backup=()
options=()
changelog=
+install=ead.install
source=(https://github.com/vexelon-dot-net/e-additives.cli/archive/$pkgver.tar.gz
https://github.com/vexelon-dot-net/e-additives.cli/releases/download/1.0.0/eadditives.sqlite3.gz)
sha1sums=('d01b32875402384b62669532b32a1e78ae7fca6f'
diff --git a/ead.install b/ead.install
new file mode 100644
index 000000000000..be63d914198e
--- /dev/null
+++ b/ead.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo
+ echo Disclaimer
+ echo ---------------------
+ echo Please note that e-additives is a hobby project. I SHALL NOT be held liable in case of any damages incurring from the usage of this data!
+ echo ----------------------
+ echo
+}
+