blob: ed3aea9eacd696110356cb7e174f0df5185b96a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = slime
pkgdesc = The Superior Lisp Interaction Mode for Emacs
pkgver = 2.21
pkgrel = 1
url = http://common-lisp.net/project/slime
install = slime.install
arch = any
license = GPL
makedepends = texinfo
makedepends = texlive-core
depends = emacs
depends = awk
optdepends = awk: for recreating the documentation
optdepends = texlive-core: for recreating the documentation
provides = slime
conflicts = slime
source = slime-2.21.tar.gz::https://github.com/slime/slime/archive/v2.21.tar.gz
md5sums = 38d9dfc2dad9099bb42db4c0aed1d145
pkgname = slime
|