summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigorii Horos2015-08-06 02:54:18 +0300
committerGrigorii Horos2015-08-06 02:54:18 +0300
commit164da42daa959fcc7c7911f3113eabcca7393338 (patch)
tree37737a003d7ad71148dca939793757ae4d7b475d
parent4eb9e89fc6decc243dc78615b49857528c3a2042 (diff)
downloadaur-164da42daa959fcc7c7911f3113eabcca7393338.tar.gz
Initial commit
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--zpm.install6
3 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce92b067d4dd..0e3cbabec240 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,11 @@ pkgbase = zpm
pkgver = 20150806
pkgrel = 1
url = https://github.com/horosgrisa/zpm
+ install = zpm.install
arch = any
license = LGPL3
+ makedepends = git
+ depends = zsh
options = !strip
source = zpm-20150806.tar.gz::https://github.com/horosgrisa/zpm/archive/0a2c31d11c53ea65e503f31e78604551aa26ecd7.tar.gz
sha256sums = e7e1da3313a84d57a48986c8498fc45431c0b025fb177ac2726d4c728bda3289
diff --git a/PKGBUILD b/PKGBUILD
index 2509d8849e02..c6c5af2533da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,9 @@ pkgdesc="ZPM ( Zsh plugin manager ) is an yet another plugin manager for zsh sim
arch=('any')
url="https://github.com/horosgrisa/${pkgname}"
license=('LGPL3')
+depends=('zsh')
+makedepends=('git')
+install='zpm.install'
options=('!strip')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${_git}.tar.gz")
sha256sums=('e7e1da3313a84d57a48986c8498fc45431c0b025fb177ac2726d4c728bda3289')
diff --git a/zpm.install b/zpm.install
index 97c327cf60cf..917d121cdc6b 100644
--- a/zpm.install
+++ b/zpm.install
@@ -1,5 +1,3 @@
-post_install() {
- echo "If you want to enable zpm, execute
-$ cp /usr/share/zpm/zshrc-example ~/.zshrc
- "
+post_install () {
+ echo "You have to execute 'cp /usr/share/oh-my-zsh/zshrc ~/.zshrc' to use it."
} \ No newline at end of file