20 lines
593 B
Bash
20 lines
593 B
Bash
# Template file for 'urlwatch'
|
|
pkgname=urlwatch
|
|
version=2.7
|
|
revision=3
|
|
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=cc5ceb99d2c693b611552b0a272513b6f0b285fee49c07a88fc87ea0060d4144
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|