### this file is sourced not run
PKGVER=1.7.8
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=daemonize-$PKGVER.tar.gz
MD5SUM=8eeff9d447292410f9956feeeb4ff24b
SRC_URL=https://github.com/bmc/daemonize/archive/refs/tags/release-$PKGVER.tar.gz
BUNDLE=

SLACKREQ=
SLACKDESC="daemonize: daemonize $PKGVER (Run any program as daemon)
daemonize: 
daemonize: daemonize runs a command as a Unix daemon. Most programs that are 
daemonize: designed to be run as daemons do that work for themselves. However, 
daemonize: you’ll occasionally run across one that does not. When you must run 
daemonize: a daemon program that does not properly make itself into a true Unix 
daemonize: daemon, you can use daemonize to force it to run as a true daemon.
daemonize: 
daemonize: http://software.clapper.org/daemonize/
daemonize: https://github.com/bmc/daemonize
daemonize: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### default pkg_build (autoconf)


