void-packages/srcpkgs/urlwatch/template
2016-07-13 16:27:19 +02:00

21 lines
624 B
Bash

# Template file for 'urlwatch'
pkgname=urlwatch
version=2.5
revision=1
noarch=yes
build_style=python-module
python_versions="3.4"
pycompile_version="3.4"
pycompile_module="urlwatch"
hostmakedepends="python3.4-setuptools"
depends="python3.4-keyring python3.4-requests python3.4-yaml python3.4-minidb"
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=6010a45dbc20d5449f214655c94977a65e1e2b8ba32f58e9045ddfdaaabf3962
post_install() {
vlicense COPYING
}