Skip to content

Instantly share code, notes, and snippets.

@axelson
Created December 4, 2009 06:56
Show Gist options
  • Save axelson/248879 to your computer and use it in GitHub Desktop.
Save axelson/248879 to your computer and use it in GitHub Desktop.
# Maintainer: Gleidson <gleidson.echeli@gmail.com>
# Contributor: Gleidson <gleidson.echeli@gmail.com>
pkgname=emacs-prolog-mode
pkgver=1.19
pkgrel=1
pkgdesc="Prolog mode for Emacs"
arch=('i686' 'x86_64')
license=('GPL')
url="http://turing.ubishops.ca/home/bruda/emacs-prolog/"
install=emacs-prolog-mode.install
source=(http://turing.ubishops.ca/home/bruda/emacs-prolog/prolog.el)
build() {
install -D -m644 $startdir/src/prolog.el $startdir/pkg/usr/share/emacs/site-lisp/prolog.el
}
md5sums=('1250e5a79fb2adaa06eba48842003568')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment