# Maintainer: Thayne McCombs pkgname=roswell pkgver="21.06.14.110" pkgrel=1 pkgdesc="Lisp installer and launcher" url="https://github.com/roswell/roswell" arch=('i686' 'x86_64') license=('MIT') depends=('curl') optdepends=() source=("https://github.com/roswell/roswell/archive/v$pkgver.tar.gz") b2sums=('cf33c0cbfd53b2b9af7d17b20851dd6fde711cbe277d06acadff6e1a17c61e70ba177dbd63846f1207eaaa37a8745f600e1ddb553a3b52a4c28560966875aa66') 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" }