20 lines
675 B
Bash
20 lines
675 B
Bash
# Template file for 'transmission-remote-cli'
|
|
pkgname=transmission-remote-cli
|
|
version=1.7.1
|
|
revision=2
|
|
noarch=yes
|
|
makedepends="python"
|
|
depends="${makedepends}"
|
|
short_desc="Curses interface for the BitTorrent client Transmission"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
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=e9135a440d48761f00e990cd0b6eb4c378b82041c479f4624f5c1a27d99d10f8
|
|
|
|
do_install() {
|
|
vbin ${pkgname}
|
|
vman ${pkgname}.1
|
|
vinstall completion/bash/${pkgname}-bash-completion.sh 644 usr/share/bash-completion/completions ${pkgname}
|
|
}
|