void-packages/srcpkgs/canto-next/template

22 lines
643 B
Bash
Raw Normal View History

2015-09-05 03:10:19 +02:00
# Template file for 'canto-next'
pkgname=canto-next
2016-06-02 01:31:46 +02:00
version=0.9.6
revision=2
2016-06-02 01:31:46 +02:00
noarch=yes
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-feedparser"
2015-09-05 03:10:19 +02:00
pycompile_module="canto_next"
pycompile_dirs="/usr/lib/canto/plugins"
2015-09-05 03:10:19 +02:00
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"
2016-06-02 01:31:46 +02:00
checksum=d163292743cf620470fcc4033b6ab2d1683f7305ad06fe7027bbb70c07dec8b3
2015-09-05 03:10:19 +02:00
post_install() {
rm -rf ${DESTDIR}/usr/lib/systemd
vsv canto-daemon
}