16 lines
511 B
Bash
16 lines
511 B
Bash
# Template file for 'filespooler'
|
|
pkgname=filespooler
|
|
version=1.2.2
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Sequential, Distributed, POSIX-style job queue processing"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://www.complete.org/filespooler/"
|
|
distfiles="https://salsa.debian.org/jgoerzen/filespooler/-/archive/v${version}/filespooler-v${version}.tar.gz"
|
|
checksum=aeb028e4f3dea0b42793d0b49d6d16fe20f3e3d1f781ce46266fa9474b2b1d44
|
|
|
|
post_install() {
|
|
vman doc/fspl.1
|
|
}
|