Created
November 28, 2019 17:59
-
-
Save brothermechanic/62da9c349b8bb11e10cb38d824b7551d to your computer and use it in GitHub Desktop.
bin/cg/app-text/haste-client/haste-client-9999.ebuild
This file contains 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 1999-2014 Gentoo Foundation | |
# Distributed under the terms of the GNU General Public License v2 | |
# $Header: $ | |
EAPI=6 | |
USE_RUBY="ruby25" | |
inherit ruby-ng prefix git-r3 | |
DESCRIPTION="CLI client for haste-server" | |
HOMEPAGE="https://github.com/seejohnrun/haste-client" | |
EGIT_REPO_URI="https://github.com/seejohnrun/haste-client.git" | |
LICENSE="MIT" | |
SLOT="0" | |
KEYWORDS="~amd64 ~x86" | |
IUSE="" | |
EGIT_CHECKOUT_DIR=${WORKDIR}/ruby25/${P} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment