void-packages/srcpkgs/urlwatch/template
Alessio Sergi f82718daae urlwatch: rebuild for Python 3.5
Switch to python3-module.
Switch to python3-* pkgs.
2016-10-17 16:35:51 +02:00

19 lines
567 B
Bash

# Template file for 'urlwatch'
pkgname=urlwatch
version=2.5
revision=2
noarch=yes
build_style=python3-module
pycompile_module="urlwatch"
hostmakedepends="python3-setuptools"
depends="python3-keyring python3-requests python3-yaml python3-minidb"
short_desc="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
}