Merge pull request #1068 from thypon/daemonize

New package: daemonize-1.7.5
This commit is contained in:
Juan RP 2015-03-07 21:20:25 +01:00
commit ebf49b6702
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Template file for 'daemonize'
pkgname=daemonize
version=1.7.5
revision=1
build_style=gnu-configure
hostmakedepends="git"
short_desc="Run a program as a Unix daemon"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="BSD, MIT, Public Domain"
homepage="http://software.clapper.org/daemonize/daemonize.html"
do_fetch() {
local url="git://github.com/bmc/daemonize"
msg_normal "Fetching source from $url ...\n"
git clone --branch release-${version} ${url} ${pkgname}-${version}
}