Skip to content

Instantly share code, notes, and snippets.

@OwenChia
Created June 11, 2016 08:08
Show Gist options
  • Save OwenChia/e4f478448a54736b79bd5ee48274aebb to your computer and use it in GitHub Desktop.
Save OwenChia/e4f478448a54736b79bd5ee48274aebb to your computer and use it in GitHub Desktop.
buildapp-1.5.6.ebuild
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit common-lisp-2
DESCRIPTION="Create executables with SBCL"
HOMEPAGE="http://www.xach.com/lisp/buildapp/"
SRC_URI="https://github.com/xach/buildapp/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}
dev-lisp/sbcl"
S="${WORKDIR}/${PN}-release-${PV}"
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}
}
DIST buildapp-1.5.6.tar.gz 16352 SHA256 d77fb6c151605da660b909af058206f7fe7d9faf972e2c30876d42cb03d6a3ed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment