18 lines
527 B
Bash
18 lines
527 B
Bash
# Template file for 'python3-daemonize'
|
|
pkgname=python3-daemonize
|
|
version=2.5.0
|
|
revision=8
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Daemonize is a library for writing system daemons in Python (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/thesharp/daemonize"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=72ed6f7de45a50feea51017df8cf0829a903ca8b8d0b2453261dfbb1cdeb9481
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|