void-packages/srcpkgs/roswell/template
2017-11-05 07:37:04 +01:00

26 lines
672 B
Bash

# Template file for 'roswell'
pkgname=roswell
version=17.10.10.83
revision=1
build_style=gnu-configure
hostmakedepends="automake autoconf"
makedepends="libcurl-devel"
short_desc="A 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=c837475a4e2ee27d2ad323b1f37ebc915f2977f92a91f8f6cbbfd432e8c55703
pre_configure() {
sh bootstrap
}
post_install() {
vlicense COPYING
for file in documents/html/*.html; do
vdoc $file
done
}