summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: bcee345959f0e2f2ad1716f58ce1fe0d5d118ecd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: rarick <tyler dot rarick at gmail dot com>

pkgname=tmux-plugin-manager
pkgver=v3.1.0
pkgrel=1
pkgdesc="tpm - Tmux Plugin Manager"
arch=('any')
_repo=tpm
url="https://github.com/tmux-plugins/$_repo"
license=('MIT')
makedepends=('git')
depends=('tmux>=1.9' 'bash')
install=$pkgname.install
source=("git+$url.git#tag=$pkgver")
sha256sums=('SKIP')

package() {
  echo "  -> Installing tpm..."
  install -dDm 755 "$pkgdir/usr/share/$pkgname"
  cp -r $_repo/* "$pkgdir/usr/share/$pkgname"
}