New package: beanstalk-1.10
This commit is contained in:
parent
11a3b0882a
commit
74977deae0
2
srcpkgs/beanstalk/files/beanstalkd/log/run
Executable file
2
srcpkgs/beanstalk/files/beanstalkd/log/run
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec logger -t beanstalkd -p daemon.info
|
5
srcpkgs/beanstalk/files/beanstalkd/run
Executable file
5
srcpkgs/beanstalk/files/beanstalkd/run
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
# By default use persistent storage (binary log)
|
||||
: ${OPTS:=-b /var/lib/beanstalkd}
|
||||
[ -d /var/lib/beanstalkd ] || install -D -o beanstalkd -g beanstalkd
|
||||
exec chpst -u beanstalkd:beanstalkd ${OPTS} 2>&1
|
18
srcpkgs/beanstalk/template
Normal file
18
srcpkgs/beanstalk/template
Normal file
@ -0,0 +1,18 @@
|
||||
# Template file for 'beanstalk'
|
||||
pkgname=beanstalk
|
||||
version=1.10
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
wrksrc="beanstalkd-${version}"
|
||||
short_desc="A simple, fast work queue"
|
||||
maintainer="bougyman <bougyman@voidlinux.eu>"
|
||||
license="MIT"
|
||||
homepage="http://kr.github.io/beanstalkd/"
|
||||
distfiles="https://github.com/kr/beanstalkd/archive/v${version}.tar.gz"
|
||||
checksum=923b1e195e168c2a91adcc75371231c26dcf23868ed3e0403cd4b1d662a52d59
|
||||
system_accounts="beanstalkd"
|
||||
|
||||
post_install() {
|
||||
vdoc README
|
||||
vsv beanstalkd
|
||||
}
|
Loading…
Reference in New Issue
Block a user