summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0689fcfc12d77718d63a040b53476ccc5325eb99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer: sQVe <oskargrunning@gmail.com>

pkgname=weechat-vimode-git
pkgver=r173.1da5a2e
pkgrel=2
pkgdesc='A WeeChat script that adds vi-like modes, commands and keybindings'
url='https://github.com/GermainZ/weechat-vimode'
arch=('any')
license=('GPL3')
depends=('weechat')
makedepends=('git')
source=('git+https://github.com/GermainZ/weechat-vimode.git')
sha512sums=('SKIP')

_gitname='weechat-vimode'

pkgver() {
  cd "${_gitname}"
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

package() {
  cd "${_gitname}"
  install -Dm644 "vimode.py" "${pkgdir}/usr/share/weechat/python/vimode.py"
}