void-packages/srcpkgs/canto-next/template
2022-01-14 13:29:57 +01:00

20 lines
610 B
Bash

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