Merge pull request #2454 from steski/canto
New package: canto-next-0.9.5
This commit is contained in:
commit
87888a1127
16
srcpkgs/canto-curses/template
Normal file
16
srcpkgs/canto-curses/template
Normal file
@ -0,0 +1,16 @@
|
||||
# Template file for 'canto-curses'
|
||||
pkgname=canto-curses
|
||||
version=0.9.6
|
||||
revision=1
|
||||
build_style=python-module
|
||||
python_versions="3.4"
|
||||
hostmakedepends="python3.4-setuptools"
|
||||
makedepends="python3.4-devel ncurses-devel readline-devel"
|
||||
depends="canto-next"
|
||||
pycompile_module="canto_curses"
|
||||
short_desc="An ncurses frontend for canto-next Atom/RSS feed reader"
|
||||
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=6b8f2ccd8e23ed9c405b25b5c349f23b1191b27be173a99e12ed577587479e5f
|
2
srcpkgs/canto-next/files/canto-daemon/finish
Normal file
2
srcpkgs/canto-next/files/canto-daemon/finish
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec canto-remote kill
|
2
srcpkgs/canto-next/files/canto-daemon/run
Normal file
2
srcpkgs/canto-next/files/canto-daemon/run
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec canto-daemon
|
22
srcpkgs/canto-next/template
Normal file
22
srcpkgs/canto-next/template
Normal file
@ -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 <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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user