# Maintainer: Thayne McCombs pkgname=roswell pkgver="16.12.8.72" pkgrel=1 pkgdesc="Lisp installer and launcher" url="https://github.com/snmsts/roswell" arch=('i686' 'x86_64') license=('MIT') depends=('curl') optdepends=() source=("https://github.com/roswell/roswell/archive/v$pkgver.tar.gz") md5sums=('a648757f9eaa07b672de175afb96e6de') build() { cd "$pkgname-$pkgver" ./bootstrap ./configure --prefix=/usr make } package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir/" install install -D COPYING "$pkgdir/usr/share/licenses/roswell/LICENSE" }