updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / key-chord / PKGBUILD
blobaf7c11e32f56895aeac8b06d5a95167420a878a6
1 # NOTE: Please fill out the license field for your package! If it is unknown,
2 # then please put 'unknown'.
4 # Maintainer: Damien Thiriet <damien&#46;thiriet77&#64;laposte&#46;net>
5 pkgname=key-chord
6 pkgver=0.5
7 pkgrel=1.1
8 pkgdesc="Emacs mode to map pairs of simultaneously pressed keys to commands"
9 arch=('any')
10 url="http://www.emacswiki.org/emacs/key-chord.el"
11 license=('GPL')
12 depends=('emacs>=20.3')
13 install=('key-chord.install')
14 source=("http://www.emacswiki.org/emacs/download/key-chord.el")
15 md5sums=('9f9dc5dbc28bae73b09c5675779c096e')
17 package() {
18   cd "$srcdir/"
19   install -Dm644 $pkgname.el \
20     $pkgdir/usr/share/emacs/site-lisp/$pkgname.el
23 # vim:set ts=2 sw=2 et: