aboutsummaryrefslogtreecommitdiffstats
path: root/emacs-prolog-mode (not maintaining)/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs-prolog-mode (not maintaining)/PKGBUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/emacs-prolog-mode (not maintaining)/PKGBUILD b/emacs-prolog-mode (not maintaining)/PKGBUILD
new file mode 100644
index 0000000..563e6b0
--- /dev/null
+++ b/emacs-prolog-mode (not maintaining)/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
+
+pkgname=emacs-prolog-mode
+pkgver=1.25
+pkgrel=1
+pkgdesc="Prolog mode for Emacs"
+arch=(any)
+url=http://turing.ubishops.ca/home/bruda/emacs-prolog/
+license=(GPL)
+depends=(emacs)
+install=$pkgname.install
+source=(http://bruda.ca/_media/emacs/prolog.el)
+sha256sums=('d01bc2184a07b59d62f58635a81a75b00055a858d322c0f6ebb8b03e7213cd41')
+
+package() {
+ install -Dm644 "$srcdir"/prolog.el "$pkgdir"/usr/share/emacs/site-lisp/prolog.el
+}
+