# Template file for 'roswell'
pkgname=roswell
version=22.12.14.113
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=eb7e538e82822f857360d040b755e03ad2fdf87f151d34dafdae2a1180e7ec0b

CFLAGS="-fcommon"

pre_configure() {
	./bootstrap
}

post_install() {
	vlicense COPYING

	for file in documents/html/*.html; do
		vdoc $file
	done
}
