18 lines
594 B
Bash
18 lines
594 B
Bash
# Template file for 'mailnag'
|
|
pkgname=mailnag
|
|
version=2.2.0
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3 python3-setuptools gettext"
|
|
depends="python3-gobject python3-dbus python3-xdg libsecret gtk+3"
|
|
short_desc="Extensible mail notification daemon"
|
|
maintainer="meator <coder64@protonmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/pulb/mailnag"
|
|
distfiles="https://github.com/pulb/mailnag/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=27cff6844f3601cf903505fcd50c2443a7b39720429737583f1b2392bc69a3e9
|
|
|
|
post_install() {
|
|
vdoc "${FILESDIR}/README.voidlinux"
|
|
}
|