22 lines
629 B
Bash
22 lines
629 B
Bash
# Template file for 'canto-next'
|
|
pkgname=canto-next
|
|
version=0.9.5
|
|
revision=1
|
|
build_style=python-module
|
|
python_versions="3.4"
|
|
hostmakedepends="python3.4-setuptools"
|
|
depends="python3.4-feedparser"
|
|
pycompile_module="canto_next"
|
|
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=25f4a368fabbfc8dd308d262ced0a3f34a5b7302ff4273751a7e8205ed93c379
|
|
noarch=yes
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/lib/systemd
|
|
vsv canto-daemon
|
|
}
|
|
|