New package: roswell-17.7.9.80

Closes: #7109 [via git-merge-pr]
This commit is contained in:
Liam Howley 2017-07-22 01:31:44 +01:00 committed by Michael Aldridge
parent ff43f2c90a
commit 301bff0185
1 changed files with 26 additions and 0 deletions

26
srcpkgs/roswell/template Normal file
View File

@ -0,0 +1,26 @@
# Template file for 'roswell'
pkgname=roswell
version=17.7.9.80
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/v17.7.9.80/roswell_$version.orig.tar.gz"
checksum=20e5a99a5865a906874c5361edd79e80445e8cb62d633aa55b77454eb798077a
pre_configure() {
sh bootstrap
}
post_install() {
vlicense COPYING
for file in documents/html/*.html; do
vdoc $file
done
}