archrelease: copy trunk to community-any
[ArchLinux/community.git] / emacs-apel / trunk / PKGBUILD
blob10cbc940d661f673045e8d471abf5af365ac886d
1 # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
2 # Contributor: Ismael Barros (RazZziel) <razielmine@gmail.com>
4 pkgname=emacs-apel
5 pkgver=10.8.20201107
6 _commit=4e3269b6e702db2dba48cf560563ac883e81e3bf
7 pkgrel=1
8 pkgdesc="A library for making portable Emacs Lisp programs."
9 arch=(any)
10 url="https://github.com/wanderlust/apel"
11 license=('GPL')
12 depends=('emacs')
13 makedepends=('git')
14 source=("apel-$pkgver::git+https://github.com/wanderlust/apel#commit=${_commit}")
15 md5sums=('SKIP')
17 build() {
18   cd "$srcdir"/apel-$pkgver
19   make
22 package() {
23   cd "$srcdir"/apel-$pkgver
24   make install PREFIX="$pkgdir"/usr