sbcl: Add the GNU Info manual to the base package

This commit is contained in:
HiPhish 2021-12-28 10:15:29 +01:00 committed by Leah Neukirchen
parent 7f4a57c98e
commit 547b60b52b

View file

@ -1,9 +1,9 @@
# Template file for 'sbcl'
pkgname=sbcl
version=2.2.0
revision=1
revision=2
archs="i686 x86_64* armv7l aarch64 ppc64le*"
hostmakedepends="iana-etc"
hostmakedepends="iana-etc texinfo"
makedepends="zlib-devel"
conf_files="/etc/sbclrc"
short_desc="Steel Bank Common Lisp"
@ -49,6 +49,7 @@ do_build() {
bash make.sh \
"$_bootstrap_lisp" \
--without-sb-test --with-sb-core-compression --prefix=/usr
make -C ./doc/manual info
}
do_install() {