d9c83dbe8b
Fix Manual accordingly, and also fix indentation to be compatible with nearby items. The two packages which set this variable set it explicitly to "no", so it wasn't relied upon. From its description, it was recommended only for git packages, which by default don't fit Void's packaging guidelines. Removing to avoid anyone coming to rely on it.
14 lines
598 B
Bash
14 lines
598 B
Bash
# Template file for 'goimapnotify'
|
|
pkgname=goimapnotify
|
|
version=2.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="gitlab.com/shackra/goimapnotify"
|
|
hostmakedepends="git"
|
|
short_desc="Execute scripts on IMAP idle notifications (Go version)"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://gitlab.com/shackra/goimapnotify"
|
|
changelog="https://gitlab.com/shackra/goimapnotify/blob/master/CHANGELOG.rst"
|
|
distfiles="https://${go_import_path}/-/archive/${version}/${pkgname}-${version}.tar.gz"
|
|
checksum=175734cdc3fad285479f4bbad761fe2a379f33e4919572efaf41c8107d249cd9
|