summaryrefslogtreecommitdiff
path: root/pcr/quack/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/quack/PKGBUILD')
-rw-r--r--pcr/quack/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/pcr/quack/PKGBUILD b/pcr/quack/PKGBUILD
deleted file mode 100644
index 18aa1025d..000000000
--- a/pcr/quack/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Contributor: Geoffrey Teale <tealeg@member.fsf.org>
-# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
-# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io>
-
-pkgname=quack
-pkgver=0.45
-pkgrel=1
-pkgdesc="[Emacs] enhanced support for editing and running Scheme code."
-url="http://www.neilvandyke.org/quack"
-arch=('any')
-license=('GPL')
-depends=('emacs')
-makedepends=('emacs')
-install=quack.install
-source=("http://www.neilvandyke.org/${pkgname}/${pkgname}.el")
-md5sums=('40c52d0076c95c125e57ef6496ee881e')
-EMACS=emacs # or sxemacs, or xemacs
-
-build() {
- $EMACS --batch --eval '(byte-compile-file "quack.el")'
-}
-
-package() {
- install -Dm644 $pkgname.el $pkgdir/usr/share/$EMACS/site-lisp/$pkgname.el
- install -Dm644 $pkgname.elc $pkgdir/usr/share/$EMACS/site-lisp/$pkgname.elc
-}