diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2016-10-02 16:21:11 +0200 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2018-03-09 22:33:49 +0100 |
commit | 7c9218f7922370801a98462e8e741944a9dc5f93 (patch) | |
tree | fa21f1850a6d49be7035243934085974a785e7da /dev-lisp/documentation-template/documentation-template-0.4.4.ebuild | |
parent | dev-lisp/documentation-template: Update header (diff) | |
download | lisp-7c9218f7922370801a98462e8e741944a9dc5f93.tar.gz lisp-7c9218f7922370801a98462e8e741944a9dc5f93.tar.bz2 lisp-7c9218f7922370801a98462e8e741944a9dc5f93.zip |
dev-lisp/documentation-template: Bump to version 0.4.4
Diffstat (limited to 'dev-lisp/documentation-template/documentation-template-0.4.4.ebuild')
-rw-r--r-- | dev-lisp/documentation-template/documentation-template-0.4.4.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-lisp/documentation-template/documentation-template-0.4.4.ebuild b/dev-lisp/documentation-template/documentation-template-0.4.4.ebuild new file mode 100644 index 00000000..c685e4ee --- /dev/null +++ b/dev-lisp/documentation-template/documentation-template-0.4.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit common-lisp-3 + +DESCRIPTION="Prepare HTML documentation for Common Lisp libraries" +HOMEPAGE="http://weitz.de/documentation-template/" +SRC_URI="http://dev.gentoo.org/~nimiux/dev-lisp/${PN}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND="dev-lisp/cl-who" + +src_install() { + common-lisp-install-sources *.lisp + common-lisp-install-asdf + use doc && dohtml doc/index.html +} |