vp-build/srcpkgs/canto-next/template

22 lines
644 B
Bash

# Template file for 'canto-next'
pkgname=canto-next
version=0.9.7
revision=2
noarch=yes
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-feedparser"
pycompile_module="canto_next"
pycompile_dirs="/usr/lib/canto/plugins"
short_desc="Quick and concise Atom/RSS feed reader daemon"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="GPL-2"
homepage="https://codezen.org/canto-ng/"
distfiles="https://github.com/themoken/${pkgname}/archive/v${version}.tar.gz"
checksum=222d0382c145f81010653fbe1006f61455ed0aeb6c3940145524e633e3567ad5
post_install() {
rm -rf ${DESTDIR}/usr/lib/systemd
vsv canto-daemon
}