vp-build/srcpkgs/canto-next/template

22 lines
643 B
Bash

# Template file for 'canto-next'
pkgname=canto-next
version=0.9.6
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="http://codezen.org/canto-ng/"
distfiles="https://github.com/themoken/${pkgname}/archive/v${version}.tar.gz"
checksum=d163292743cf620470fcc4033b6ab2d1683f7305ad06fe7027bbb70c07dec8b3
post_install() {
rm -rf ${DESTDIR}/usr/lib/systemd
vsv canto-daemon
}