From 752f1b462435b8e687e6f56759d41dc31790f4b7 Mon Sep 17 00:00:00 2001 From: Steve Prybylski Date: Fri, 4 Sep 2015 21:10:19 -0400 Subject: [PATCH] New package: canto-next-0.9.5 --- srcpkgs/canto-next/files/canto-daemon/finish | 2 ++ srcpkgs/canto-next/files/canto-daemon/run | 2 ++ srcpkgs/canto-next/template | 22 ++++++++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 srcpkgs/canto-next/files/canto-daemon/finish create mode 100644 srcpkgs/canto-next/files/canto-daemon/run create mode 100644 srcpkgs/canto-next/template diff --git a/srcpkgs/canto-next/files/canto-daemon/finish b/srcpkgs/canto-next/files/canto-daemon/finish new file mode 100644 index 00000000000..9671cce24f4 --- /dev/null +++ b/srcpkgs/canto-next/files/canto-daemon/finish @@ -0,0 +1,2 @@ +#!/bin/sh +exec canto-remote kill diff --git a/srcpkgs/canto-next/files/canto-daemon/run b/srcpkgs/canto-next/files/canto-daemon/run new file mode 100644 index 00000000000..37a5f8912c5 --- /dev/null +++ b/srcpkgs/canto-next/files/canto-daemon/run @@ -0,0 +1,2 @@ +#!/bin/sh +exec canto-daemon diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template new file mode 100644 index 00000000000..8a209702435 --- /dev/null +++ b/srcpkgs/canto-next/template @@ -0,0 +1,22 @@ +# 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 " +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 +} +