New package: urlwatch-1.17.
This commit is contained in:
parent
30ed056ba4
commit
a2fd2fca4f
|
@ -0,0 +1,20 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in New Issue