void-packages/srcpkgs/beanstalk/template

20 lines
541 B
Bash
Raw Normal View History

2015-05-09 14:05:11 +00:00
# Template file for 'beanstalk'
pkgname=beanstalk
version=1.10
2015-05-09 14:25:30 +00:00
revision=2
2015-05-09 14:05:11 +00:00
build_style=gnu-makefile
wrksrc="beanstalkd-${version}"
2015-05-09 14:25:30 +00:00
only_for_archs="x86_64 i686 armv7hf armv6hf"
2015-05-09 14:05:11 +00:00
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
}