summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d641895586e60835a3bec919340177893c4be15c (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
26
27
28
29
30
31
32
33
# Maintainer: Johannes Löthberg <demizide@gmail.com>
# Contributor: M Rawash <mrawash@gmail.com>

pkgname="urxvt-tabbedex-git"
pkgver=20130612
pkgrel=1
pkgdesc="Tabbed plugin for rxvt-unicode with many enhancements, git version with perl 5.18 patch."
arch=("any")
url='http://github.com/stepb/urxvt-tabbedex'
license=("GPL")
depends=('rxvt-unicode')
makedepends=('git')
provides=('urxvt-tabbedex')
conflicts=('urxvt-tabbedex')
install=urxvt-tabbedex-git.install
source=('git://github.com/stepb/urxvt-tabbedex.git'
        '0001-make-urxvt-tabbedex-work-with-perl-5.18.patch')
md5sums=('SKIP'
         '92d581a40779da3127c88fdc7d10257f')

pkgver() {
  date +%Y%m%d
}

prepare() {
  cd ${srcdir}/urxvt-tabbedex

  git apply ../0001-make-urxvt-tabbedex-work-with-perl-5.18.patch
}

package() {
  install -Dm644 ${srcdir}/urxvt-tabbedex/tabbedex ${pkgdir}/usr/lib/urxvt/perl/tabbedex
}