15 lines
592 B
Bash
15 lines
592 B
Bash
# Template file for 'python3-rss2email'
|
|
pkgname=python3-rss2email
|
|
version=3.14
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-feedparser python3-html2text"
|
|
checkdepends="${depends} python3-BeautifulSoup4"
|
|
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=ea09b68f6a5421b0bd50e98e24d49a0a33bd54a5f59d0f1be1f6f3f05b8c6087
|