You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lisp/clx/clx-9999.ebuild

18 lines
539 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clx/clx-9999.ebuild,v 1.1 2014/12/23 19:41:47 nimiux Exp $
EAPI=5
inherit common-lisp-3 git-2
DESCRIPTION="A fork of crhodes' fork of danb's fork of the CLX library, an X11 client for Common Lisp"
HOMEPAGE="https://github.com/sharplispers/clx http://www.cliki.net/CLX"
EGIT_REPO_URI="git://github.com/sharplispers/clx.git"
LICENSE="CLX"
SLOT="0"
IUSE=""
RDEPEND="!dev-lisp/cl-${PN}"