20 lines
577 B
Bash
20 lines
577 B
Bash
# Template file for 'urlwatch'
|
|
pkgname=urlwatch
|
|
version=2.6
|
|
revision=2
|
|
noarch=yes
|
|
build_style=python3-module
|
|
pycompile_module="urlwatch"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-keyring python3-requests python3-yaml python3-minidb"
|
|
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=57a90a0a7a3f056bbf77c917621a124338de20e15ce356873b9abba72f57d6f4
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|