upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / vim-tabular / trunk / PKGBUILD
blob78608200e5d8e46d38d22f923d0007e2b0d75f32
1 # Maintainer: Bruno Pagani <archange@archlinux.org>
3 _pkgname=tabular
4 pkgname=vim-${_pkgname}
5 pkgver=1.0.0+5+g339091a
6 pkgrel=3
7 pkgdesc="Vim script for text filtering and alignment"
8 arch=(any)
9 url="https://github.com/godlygeek/tabular"
10 license=(custom)
11 depends=(vim-plugin-runtime)
12 makedepends=(git)
13 groups=(vim-plugins)
14 _commit=339091ac4dd1f17e225fe7d57b48aff55f99b23a
15 source=(git+${url}#commit=${_commit})
16 sha256sums=(SKIP)
18 package() {
19     cd ${_pkgname}
20     install -d "${pkgdir}"/usr/share/vim/vimfiles
21     cp -r after autoload doc plugin "${pkgdir}"/usr/share/vim/vimfiles/
22     install -Dm644 LICENSE.md -t "${pkgdir}"/usr/share/licenses/${pkgname}