summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5d8983833115b3a999878a6f58b8ae6eea4bf328 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pkgname=behafucha
pkgver=0.8
pkgrel=2
pkgdesc="Convert English/Hebrew text to Hebrew/English text"
arch=('any')
url="https://github.com/amiad/behafucha/"
license=('GPL')
depends=(python xsel xvkbd)
source=(https://github.com/amiad/$pkgname/archive/v$pkgver.tar.gz)
sha256sums=('a48037533a499100b38ea3c0b9db73cf2dab7c091baeae4222b053ae4c4b6bf5')

package() {
  cd $srcdir/Behafucha-$pkgver/Source/
  install -Dm 755 $pkgname $pkgdir/usr/bin/$pkgname
  install -Dm 644 Behafucha.py $pkgdir/usr/lib/Behafucha/Behafucha.py
  install -Dm 644 $pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
  install -Dm 644 $pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
}