Package Details: shen-sbcl 1:3.0.3-1

Git Clone URL: https://aur.archlinux.org/shen-sbcl.git (read-only, click to copy)
Package Base: shen-sbcl
Description: A portable functional programming language (SBCL port)
Upstream URL: http://www.shenlanguage.org/
Licenses: BSD
Provides: shen
Submitter: ackalker
Maintainer: mkoloberdin
Last Packager: mkoloberdin
Votes: 3
Popularity: 0.000000
First Submitted: 2014-12-28 20:15 (UTC)
Last Updated: 2020-02-16 10:40 (UTC)

Latest Comments

ackalker commented on 2015-12-11 21:00 (UTC)

Sorry for the very long delay, I've pushed an update.

deltaecho commented on 2015-11-28 09:06 (UTC)

# Maintainer: Alain Kalker <a.c.kalker@gmail.com> # Contributor: Dylon Edwards <deltaecho@archlinux.us> _pkgname=Shen pkgname=shen-sbcl pkgver=19.1 pkgrel=1 pkgdesc="A portable functional programming language (SBCL port)" arch=('i686' 'x86_64') url="http://www.shenlanguage.org/" license=('BSD') depends=('zlib') makedepends=('sbcl') provides=('shen') options=(!strip) source=('http://www.shenlanguage.org/Download/Shen-SBCL-Linux.zip') md5sums=('4c58bd0542044fe93539b176dd7e4e2a') build() { cd "$_pkgname $pkgver" cd Platforms/SBCL ln -sf "../../KLambda"/*.kl . sbcl --no-userinit --load install.lsp } package() { cd "$_pkgname $pkgver" # binary install -Dm755 Platforms/SBCL/shen "$pkgdir/usr/bin/shen" # documentation install -d -m755 "$pkgdir/usr/share/doc/$pkgname" cp -a Doc/* "$pkgdir/usr/share/doc/$pkgname/" } # vim:set ts=2 sw=2 et: