summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 91def8d13b2fb3756e6c3899d1fe8ee3a3d902a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>

pkgname=lisp
pkgver=1.2.0
pkgrel=2
pkgdesc='Wrapper scripts to make it easier to get started with Common Lisp'
arch=(any)
url='https://github.com/xyproto/lisp'
license=(GPL2)
depends=(sbcl)
makedepends=(git)
source=("git+$url#commit=445ef31a19a5153f5c12099c3db61689212f85eb") # tag: 1.2.0
sha256sums=('SKIP')

check() {
  echo "$LOGNAME" | make -C $pkgname test
}

package() {
  DESTDIR="$pkgdir" make -C "$pkgname" install
}