diff --git a/srcpkgs/transmission-remote-cli/template b/srcpkgs/transmission-remote-cli/template deleted file mode 100644 index de97c0bf819..00000000000 --- a/srcpkgs/transmission-remote-cli/template +++ /dev/null @@ -1,19 +0,0 @@ -# Template file for 'transmission-remote-cli' -pkgname=transmission-remote-cli -version=1.7.1 -revision=2 -archs=noarch -makedepends="python" -depends="${makedepends}" -short_desc="Curses interface for the BitTorrent client Transmission" -maintainer="Leah Neukirchen " -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} -}