Skip to content

Commit

Permalink
Create phpdaemon-0.1.ebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
dcb9 committed Aug 22, 2014
1 parent 34da20d commit bfc20f5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions app-admin/phpdaemon/phpdaemon-0.1.ebuild
@@ -0,0 +1,25 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5


DESCRIPTION="php script daemon"
HOMEPAGE="https://github.com/bobchengbin/phpdaemon"
EGIT_BRANCH="master"
EGIT_REPO_URI="https://github.com/bobchengbin/phpdaemon.git"
inherit git-2 eutils

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-lang/php"
RDEPEND="${DEPEND}"

src_install(){
dobin phpdaemon
doinitd phpdaemon_link
dodoc README.txt
}

0 comments on commit bfc20f5

Please sign in to comment.