summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Denhartog2020-05-06 18:33:04 -0700
committerBenjamin Denhartog2020-05-06 18:33:04 -0700
commite3ae86c07baee0b8063f026ad53cfaf0fec32dbd (patch)
treeed8b1efa5affab1581a59270c972dfbb5a882a69 /PKGBUILD
parent22eafdbaee2c3eb8bb2d74c551f01684aa725d0f (diff)
downloadaur-e3ae86c07baee0b8063f026ad53cfaf0fec32dbd.tar.gz
feat(wee-slack-git): use an install script to present post {,un}installation instructions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 2 insertions, 14 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03b49a3f244f..ab71a3f3cce9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,9 @@
# This PKGBUILD is managed at https://github.com/sudoforge/pkgbuilds
-# POST-INSTALLATION INSTRUCTIONS
-#
-# WeeChat is unable to source files from outside of a user's home directory.
-# Because of this limitation, this package *DOES NOT* make this plugin available
-# to WeeChat without end user interaction.
-#
-# Each user who wants to enable this plugin needs to create symlinks in the
-# WeeChat configuration directory for their user (by default, ~/.weechat). The
-# following command(s) will accomplish this:
-#
-# $ ln -s /usr/lib/weechat/weemoji.json ~/.weechat/weemoji.json
-# $ ln -s /usr/lib/weechat/python/wee_slack.py ~/.weechat/python/autoload/wee_slack.py
-
pkgname=wee-slack-git
pkgver=2.6.0.r0.gf224e2f
-pkgrel=1
+pkgrel=2
pkgdesc="A WeeChat plugin for slack"
arch=('any')
url="https://github.com/wee-slack/${pkgname%-git}"
@@ -29,6 +16,7 @@ depends=(
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
+install=$pkgname.install
source=("git+${url}.git")
sha256sums=('SKIP')