summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f5e675b19dd1c386f9b27411f5bc6bb37d223c97 (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
# Maintainer: Xiao-Long Chen <chenxiaolong@cxl.epac.to>

pkgname=hexchat-indicator
pkgver=3
pkgrel=1
pkgdesc="Unity Application Indicator for HexChat (Bazaar version)"
arch=('i686' 'x86_64')
url="https://launchpad.net/hexchat-indicator/trunk"
license=('GPL')
depends=('indicator-messages' 'libunity')
makedepends=('bzr')
source=('hexchat-indicator::bzr+lp:hexchat-indicator')
sha512sums=('SKIP')

pkgver() {
  cd hexchat-indicator
  echo "$(bzr revno)"
}

build() {
  cd hexchat-indicator
  autoreconf -vfi
  ./configure --prefix=/usr
  make
}

package() {
  cd hexchat-indicator
  make DESTDIR="${pkgdir}/" install
}