summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e11832cc4a2e9f614aa8d7c92fdaba15d429fb71 (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
# Contributor: Michał Wojdyła < micwoj9292 at gmail dot com >

pkgname=emacs-prop-menu-git
pkgver=20150728
pkgrel=1
pkgdesc="Compute pop-up menus from text and overlay properties"
arch=('any')
url="https://github.com/david-christiansen/prop-menu-el"
license=('GPL3')
depends=('emacs')
makedepends=('git')
provides=('emacs-prop-menu')
replaces=('emacs-prop-menu')

source=("git+https://github.com/david-christiansen/prop-menu-el")
b2sums=('SKIP')
_gitname="prop-menu-el"

package() {
  cd $_gitname

  mkdir -p $pkgdir/usr/share/emacs/site-lisp/prop-menu
  cp -R $srcdir/prop-menu-el/*.el $pkgdir/usr/share/emacs/site-lisp/prop-menu
}