void-packages/srcpkgs/urlwatch/template

21 lines
546 B
Text
Raw Normal View History

2014-12-02 07:56:33 +00:00
# Template file for 'urlwatch'
pkgname=urlwatch
2015-03-01 06:56:41 +00:00
version=1.18
2014-12-02 07:56:33 +00:00
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"
2015-03-01 06:56:41 +00:00
checksum=6b17411b6658f3aeb5839d1b32458f020ce40ee1e62a3d40387a2622fa731824
2014-12-02 07:56:33 +00:00
post_install() {
vlicense COPYING
}