roswell: update to 18.3.10.89.
Closes: #12200 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
861eef723f
commit
b04aa72475
|
@ -1,23 +1,22 @@
|
||||||
# Template file for 'roswell'
|
# Template file for 'roswell'
|
||||||
pkgname=roswell
|
pkgname=roswell
|
||||||
version=17.10.10.83
|
version=18.3.10.89
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake autoconf"
|
hostmakedepends="automake"
|
||||||
makedepends="libcurl-devel"
|
makedepends="libcurl-devel"
|
||||||
short_desc="A lisp installer and launcher for major environment that just works"
|
short_desc="Lisp installer and launcher for major environment that just works"
|
||||||
maintainer="Liam Howley <liam.howley@hotmail.com>"
|
maintainer="Liam Howley <liam.howley@hotmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/roswell/roswell"
|
homepage="https://github.com/roswell/roswell"
|
||||||
distfiles="https://github.com/roswell/roswell/releases/download/v${version}/roswell_$version.orig.tar.gz"
|
distfiles="https://github.com/roswell/roswell/releases/download/v${version}/roswell_$version.orig.tar.gz"
|
||||||
checksum=c837475a4e2ee27d2ad323b1f37ebc915f2977f92a91f8f6cbbfd432e8c55703
|
checksum=3606469a787bd83f5f9bf887c49ebb264339ef18977097f63270356ce50c20b7
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sh bootstrap
|
sh bootstrap
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
||||||
for file in documents/html/*.html; do
|
for file in documents/html/*.html; do
|
||||||
|
|
Loading…
Reference in New Issue