# Maintainer: Luke Shumaker _pkgname=emacsutils pkgname=$_pkgname-git pkgver=20141129 _gitver=77d0d249de22b399b1a87cb156837956ea4d7a65 pkgdesc="Utilities for interacting with GNU Emacs from a *NIX environment" url="https://lukeshu.com/git/emacsutils.git" license=('GPL3') provides=($_pkgname) conflicts=($_pkgname) pkgrel=1 arch=('any') depends=('emacs') source=("https://repo.parabola.nu/other/~lukeshu/$_pkgname/$pkgname-$pkgver.tar.gz") md5sums=('ffe82524c542f872742ccd51fa71abe9') mkdepends=('git') mksource=("$pkgname-$pkgver::git://lukeshu.com/$_pkgname.git#commit=$_gitver") mkmd5sums=('SKIP') build() { cd "$srcdir/$pkgname-$pkgver" make prefix=/usr } package() { cd "$srcdir/$pkgname-$pkgver" make install prefix=/usr DESTDIR="$pkgdir" }