Created
November 24, 2012 23:16
-
-
Save cosmo0920/4141768 to your computer and use it in GitHub Desktop.
fay-jquery ebuild
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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