28 lines
766 B
Bash
28 lines
766 B
Bash
# Template file for 'roswell'
|
|
pkgname=roswell
|
|
version=21.10.14.111
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libcurl"
|
|
makedepends="libcurl-devel"
|
|
short_desc="Installer and launcher for a major lisp environment that just works"
|
|
maintainer="Liam Howley <liam.howley@hotmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/roswell/roswell"
|
|
changelog="https://raw.githubusercontent.com/roswell/roswell/master/ChangeLog"
|
|
distfiles="https://github.com/roswell/roswell/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=d1eb3e93b3aa6327d34d06fe14796a52f98fd7588092e6dbe2cabd0b8fbd7c92
|
|
make_check=no # tests require -fcommon
|
|
|
|
pre_configure() {
|
|
./bootstrap
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
|
|
for file in documents/html/*.html; do
|
|
vdoc $file
|
|
done
|
|
}
|