void-packages/srcpkgs/urlwatch/template

20 lines
593 B
Bash

# Template file for 'urlwatch'
pkgname=urlwatch
version=2.8
revision=1
noarch=yes
build_style=python3-module
pycompile_module="urlwatch"
hostmakedepends="python3-setuptools"
depends="python3-keyring python3-requests python3-yaml python3-minidb python3-appdirs"
short_desc="Tool for monitoring webpages for updates"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="BSD"
homepage="http://thp.io/2008/urlwatch/"
distfiles="${PYPI_SITE}/u/urlwatch/urlwatch-${version}.tar.gz"
checksum=cedf612d9f3c4c47ca8ffd2a36753b0868722a108139208f0fbd2b57f6e340b3
post_install() {
vlicense COPYING
}