[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/1] Add transmission-remote-cli
From: |
Leo Famulari |
Subject: |
Re: [PATCH 0/1] Add transmission-remote-cli |
Date: |
Wed, 20 Jan 2016 20:21:29 -0500 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
On Wed, Jan 20, 2016 at 11:42:08PM +0100, Ludovic Courtès wrote:
> Leo Famulari <address@hidden> skribis:
>
> > Transmission-remote-cli is a curses-interface client for the
> > Transmission bittorrent daemon.
> >
> > The package is one python script, a man page, and a Bash shell
> > completion script. So, I deleted the build phase and replaced the
> > install phase. Is that okay?
>
> Sure.
>
> In some cases, it’s also possible to use the dumb
> ‘trivial-build-system’, but sometimes its dumbness makes it
> inconvenient.
>
> > Also, do we have a standard way to install Zsh shell completions? This
> > software provides them, but this package does not.
>
> I don’t know, we should install them wherever Zsh will look for them.
> For Bash, we have bash-completion-directories.patch.
Looking into it...
>
> > * gnu/packages/bittorrent.scm (transmission-remote-cli): New variable.
>
> Please add a copyright line for yourself.
>
> Otherwise LGTM.
Pushed!
>
> Thanks!
>
> Ludo’.