void-packages/srcpkgs/roswell/template
2018-06-25 19:45:35 +02:00

25 lines
627 B
Bash

# Template file for 'roswell'
pkgname=roswell
version=18.6.10.92
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/archive/v${version}.tar.gz"
checksum=d1d2fc0da0981f6696f3b08a0b8b2547d2230e10ba32e7290c5472a2a7793c30
pre_configure() {
sh bootstrap
}
post_install() {
vlicense COPYING
for file in documents/html/*.html; do
vdoc $file
done
}