void-packages/srcpkgs/roswell/template
2019-10-12 10:35:53 +02:00

26 lines
741 B
Bash

# Template file for 'roswell'
pkgname=roswell
version=19.09.12.102
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"
changelog="https://raw.githubusercontent.com/roswell/roswell/master/ChangeLog"
distfiles="https://github.com/roswell/roswell/releases/download/v${version}/roswell_${version}.orig.tar.gz"
checksum=99aa1535761e2cdd45ad447256a985d311dffb6826f50d9a61c77a6f737a82bf
pre_configure() {
./bootstrap
}
post_install() {
vlicense COPYING
for file in documents/html/*.html; do
vdoc $file
done
}