20 lines
603 B
Bash
20 lines
603 B
Bash
# Template file for 'canto-next'
|
|
pkgname=canto-next
|
|
version=0.9.8
|
|
revision=3
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
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
|
|
}
|