17 lines
615 B
Bash
17 lines
615 B
Bash
# Template file for 'python3-rss2email'
|
|
pkgname=python3-rss2email
|
|
version=3.10
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="rss2email-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="rss2email"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-feedparser python3-html2text"
|
|
short_desc="Forward RSS feeds to email (community edition)"
|
|
maintainer="Anders Damsgaard <anders@adamsgaard.dk>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/rss2email/rss2email"
|
|
distfiles="https://github.com/rss2email/rss2email/archive/v${version}.tar.gz"
|
|
checksum=922b33f5bc3bce20568b977bff84dfdef3f1f7117fc70cc0b1bee7daa0e0acac
|