Skip to content

Commit

Permalink
buildapp's ebuild for lisp dev
Browse files Browse the repository at this point in the history
  • Loading branch information
longlene committed Aug 12, 2012
1 parent 44b4a79 commit 7f5db0d
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-lisp/buildapp/Manifest
@@ -0,0 +1,2 @@
DIST buildapp-1.4.6.tgz 15813 RMD160 1070c2cfae205619c457b4ecef7d16fd95b43cb9 SHA1 98e2c5b00b67664bb98027b6c5a8162d3e134bef SHA256 f92cc5de55fc4dcac205bff0ee28fd382ae1d0e42e023b8b5e2bf20d5a1d53b1
EBUILD buildapp-1.4.6.ebuild 602 RMD160 ff4f04096cc5429aa8016901a3364aba74fd7936 SHA1 98929ac7f6059059b3e4c8547edf212ceb4db0e8 SHA256 3410a23e52ec4668bdfaea5ab33250dab7f7ac78b2f244723c0d199a2193cc4c
33 changes: 33 additions & 0 deletions dev-lisp/buildapp/buildapp-1.4.6.ebuild
@@ -0,0 +1,33 @@
# Copyright 2008-2012 Funtoo Technologies
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

inherit common-lisp-2

DESCRIPTION="Create executables with SBCL"
HOMEPAGE="http://www.xach.com/lisp/buildapp/"
SRC_URI="http://www.xach.com/lisp/${PN}.tgz -> ${P}.tgz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}
dev-lisp/sbcl"

src_compile() {
emake || die "emake failed"
}

src_install() {
common-lisp-install *.lisp ${PN}.asd
common-lisp-symlink-asdf
dobin buildapp
dodoc README
dohtml doc/{LICENSE,index.html,style.css}
}

0 comments on commit 7f5db0d

Please sign in to comment.