Merge pull request #1068 from thypon/daemonize
New package: daemonize-1.7.5
This commit is contained in:
commit
ebf49b6702
|
@ -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}
|
||||||
|
}
|
Loading…
Reference in New Issue