summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Rodas2016-12-04 13:55:38 -0500
committerMario Rodas2016-12-04 13:55:38 -0500
commitb8061c98f612d5dca790b84951a7f070f073f770 (patch)
tree5e35655dc1e2450d4932aeb16d497f2eb733f55b
parentda4fcc2db881b683f73705112a5b6eb511e8f036 (diff)
downloadaur-b8061c98f612d5dca790b84951a7f070f073f770.tar.gz
Add ats2-postiats.install
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--ats2-postiats.install4
3 files changed, 7 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f94c541702b3..1a6ffe85753f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
# Generated by mksrcinfo v8
-# Sun Dec 4 18:19:46 UTC 2016
+# Sun Dec 4 18:53:53 UTC 2016
pkgbase = ats2-postiats
pkgdesc = Statically typed programming language
pkgver = 0.2.12
pkgrel = 1
url = http://www.ats-lang.org/
+ install = ats2-postiats.install
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 6741b9978069..0d17162733da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ license=('GPL3')
depends=('bash' 'gmp')
optdepends=()
options=('staticlibs' '!emptydirs' '!makeflags')
+install="${pkgname}.install"
source=("http://downloads.sourceforge.net/project/ats2-lang/ats2-lang/ats2-postiats-${pkgver}/${_pkgname}-${pkgver}.tgz")
sha256sums=('84defed32417273183d404db1cd2f54cd41e31c6527a7378ef914e7b43ad0f55')
diff --git a/ats2-postiats.install b/ats2-postiats.install
new file mode 100644
index 000000000000..f524e172a71d
--- /dev/null
+++ b/ats2-postiats.install
@@ -0,0 +1,4 @@
+post_install() {
+ echo 'Source /etc/profile.d/ats2-postiats.sh or login again to set '
+ echo 'the PATSHOME environment variable.'
+}