From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 0/1] Add transmission-remote-cli Date: Mon, 18 Jan 2016 01:53:35 -0500 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38620) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aL3h0-0006d4-VB for guix-devel@gnu.org; Mon, 18 Jan 2016 01:53:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aL3gv-0002cX-S4 for guix-devel@gnu.org; Mon, 18 Jan 2016 01:53:34 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:43450) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aL3gv-0002cL-M9 for guix-devel@gnu.org; Mon, 18 Jan 2016 01:53:29 -0500 Received: from jasmine.lan (c-69-249-5-231.hsd1.pa.comcast.net [69.249.5.231]) by mail.messagingengine.com (Postfix) with ESMTPA id C8967C013FE for ; Mon, 18 Jan 2016 01:53:27 -0500 (EST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org 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? Also, do we have a standard way to install Zsh shell completions? This software provides them, but this package does not. Leo Famulari (1): gnu: Add transmission-remote-cli. gnu/packages/bittorrent.scm | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) -- 2.6.4