Skip to content

Instantly share code, notes, and snippets.

@cosmo0920
Created November 24, 2012 23:16
Show Gist options
  • Save cosmo0920/4141768 to your computer and use it in GitHub Desktop.
Save cosmo0920/4141768 to your computer and use it in GitHub Desktop.
fay-jquery ebuild
# Copyright 2012 cosmo
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
# ebuild generated by cosmo
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal git-2
DESCRIPTION="jQuery bindings for Fay."
HOMEPAGE="https://github.com/faylang/fay-jquery"
SRC_URI=""
EGIT_REPO_URI="git://github.com/faylang/fay-jquery.git"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-haskell/fay:=[profile?]
>=dev-lang/ghc-6.10.4:="
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8"
fay --html-wrapper --include=$EPREFIX/usr/share/fay-jquery-0.1.0.0/ghc-7.4.2/src <source>.hs --html-js-lib <path-to-jquery.js>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment