26 lines
660 B
Bash
26 lines
660 B
Bash
# Template file for 'roswell'
|
|
pkgname=roswell
|
|
version=18.8.10.93
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake"
|
|
makedepends="libcurl-devel"
|
|
short_desc="Lisp installer and launcher for major environment that just works"
|
|
maintainer="Liam Howley <liam.howley@hotmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/roswell/roswell"
|
|
distfiles="https://github.com/roswell/roswell/releases/download/v${version}/roswell_${version}.orig.tar.gz"
|
|
checksum=eb705f5f8c82a862051fd3eb58a8ca1ac3cc2ef2ed85a7409718ab582953eaf0
|
|
|
|
pre_configure() {
|
|
./bootstrap
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
|
|
for file in documents/html/*.html; do
|
|
vdoc $file
|
|
done
|
|
}
|