void-packages/srcpkgs/roswell/template
cr6git b04aa72475
roswell: update to 18.3.10.89.
Closes: #12200 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-04-06 22:55:05 +02:00

25 lines
659 B
Bash

# Template file for 'roswell'
pkgname=roswell
version=18.3.10.89
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=3606469a787bd83f5f9bf887c49ebb264339ef18977097f63270356ce50c20b7
pre_configure() {
sh bootstrap
}
post_install() {
vlicense COPYING
for file in documents/html/*.html; do
vdoc $file
done
}