From mboxrd@z Thu Jan 1 00:00:00 1970 From: John J Foerch Subject: simplest package definition? Date: Wed, 24 Aug 2016 21:07:13 -0400 Message-ID: <87fuptslku.fsf@hecubus.retroj.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bcj8l-0002Z4-SR for help-guix@gnu.org; Wed, 24 Aug 2016 21:07:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bcj8h-0005af-K4 for help-guix@gnu.org; Wed, 24 Aug 2016 21:07:30 -0400 Received: from [195.159.176.226] (port=39038 helo=blaine.gmane.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bcj8h-0005ZM-DA for help-guix@gnu.org; Wed, 24 Aug 2016 21:07:27 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1bcj8b-0004cK-4Q for help-guix@gnu.org; Thu, 25 Aug 2016 03:07:21 +0200 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hello Guix, What is the simplest possible package definition, to install a single shell script? If possible, I would like to install it from the directory in which I'm developing it, and the package definition would also be in a file in this directory. Thank you, -- John Foerch