19 lines
702 B
Text
19 lines
702 B
Text
# Template file for 'transmission-remote-cli'
|
|
pkgname=transmission-remote-cli
|
|
version=1.7.0
|
|
revision=3
|
|
noarch=yes
|
|
makedepends="transmission python"
|
|
depends="${makedepends}"
|
|
short_desc="Curses interface for the BitTorrent client Transmission"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="https://github.com/fagga/transmission-remote-cli"
|
|
distfiles="https://github.com/fagga/transmission-remote-cli/archive/v${version}.tar.gz"
|
|
checksum=d20ba26cd05bd5a5d55a5990b861bf9cd4286a54f720d22041838a51cf60db62
|
|
|
|
do_install() {
|
|
vbin ${pkgname}
|
|
vman ${pkgname}.1
|
|
vinstall completion/bash/${pkgname}-bash-completion.sh 644 usr/share/bash-completion/completions ${pkgname}
|
|
}
|