void-packages/srcpkgs/urlwatch/template
2016-02-03 23:34:21 -05:00

22 lines
624 B
Bash

# Template file for 'urlwatch'
pkgname=urlwatch
version=2.1
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=6627b753f9c7a908863899b1b4eb9283ef8a630bf78490c6e492275a5919c476
post_install() {
vlicense COPYING
}