void-packages/srcpkgs/deluge/template

23 lines
712 B
Bash
Raw Normal View History

2014-12-07 20:35:45 +01:00
# Template file for 'deluge'
pkgname=deluge
2016-07-29 08:10:13 +02:00
version=1.3.13
revision=1
noarch=yes
2014-12-07 20:35:45 +01:00
build_style=python-module
2016-01-18 21:21:25 +01:00
system_accounts="deluge delugeweb"
pycompile_module="deluge"
hostmakedepends="intltool python-setuptools"
2014-12-07 20:35:45 +01:00
makedepends="python-setuptools"
depends="pygtk python-setuptools python-chardet python-xdg Twisted libtorrent-rasterbar-python xdg-utils"
2014-12-07 20:35:45 +01:00
short_desc="BitTorrent client written in Python/PyGTK"
maintainer="Alexey Rochev <equeim@gmail.com>"
homepage="http://deluge-torrent.org/"
license="GPL-3"
2015-09-23 15:03:36 +02:00
distfiles="http://download.deluge-torrent.org/source/${pkgname}-${version}.tar.gz"
2016-07-29 08:10:13 +02:00
checksum=a3717f202e90f548cfcd233a94ca7df3656f58d75e6db0eb17b90d588c814a05
2016-01-18 21:21:25 +01:00
post_install() {
vsv deluged
vsv deluge-web
}