21 lines
546 B
Text
21 lines
546 B
Text
|
# Template file for 'urlwatch'
|
||
|
pkgname=urlwatch
|
||
|
version=1.17
|
||
|
revision=1
|
||
|
noarch=yes
|
||
|
build_style=python-module
|
||
|
python_versions="2.7"
|
||
|
pycompile_module="${pkgname}"
|
||
|
hostmakedepends="python-setuptools"
|
||
|
depends="python-futures"
|
||
|
short_desc="A tool for monitoring webpages for updates"
|
||
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||
|
license="BSD"
|
||
|
homepage="http://thp.io/2008/urlwatch/"
|
||
|
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
|
||
|
checksum=006f04c124cf3dace3d071921e5ed452f6fbd463495bc8aa7879b915407c88f6
|
||
|
|
||
|
post_install() {
|
||
|
vlicense COPYING
|
||
|
}
|