diff options
Diffstat (limited to '')
-rw-r--r-- | emacs-prolog-mode (not maintaining)/PKGBUILD | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/emacs-prolog-mode (not maintaining)/PKGBUILD b/emacs-prolog-mode (not maintaining)/PKGBUILD deleted file mode 100644 index 563e6b0..0000000 --- a/emacs-prolog-mode (not maintaining)/PKGBUILD +++ /dev/null @@ -1,18 +0,0 @@ -# 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 -} - |