summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3c04469693c3918dadb5bc91f90db5609f7275d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Christos Nouskas <nous at archlinux us>
pkgname=xchat-greek
pkgver=1.60
pkgrel=4
pkgdesc="A perl script to allow reading both 8-bit ISO and utf-8 text inside xchat/hexchat. Initially intended for the greek IRC users but also works with baltic, cyrillic and turkish; probably arabic and hebrew."
url="http://sourceforge.net/projects/xchat-greek/"
depends=('perl-text-iconv')
arch=(any)
source=(${pkgname}-${pkgver}.pl::http://sourceforge.net/projects/xchat-greek/files/utf8-$pkgver.pl/download
	xchat-greek.install)
sha256sums=('4e13566a3bebfef7e3a2e4bc2e2908847390431bb75875d610a0912f3b2fe37b'
            '70addd1a889c6f7cfc124c500681cc28938006df2c6f14b20451bb5fbcfa3c2a')
noextract=(${pkgname}-${pkgver}.pl)
install=xchat-greek.install
license=('GPL')

package() {
  mkdir -p $pkgdir/usr/lib/xchat/plugins
  mkdir -p $pkgdir/usr/lib/hexchat/plugins
  install -vm755 $pkgname-$pkgver.pl $pkgdir/usr/lib/xchat/plugins
  install -vm755 $pkgname-$pkgver.pl $pkgdir/usr/lib/hexchat/plugins
}