From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jone Subject: Right way: define, build and install Date: Wed, 02 May 2018 17:34:21 +0000 Message-ID: <87wowmgdwi.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57128) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fDspm-0002o6-E1 for help-guix@gnu.org; Wed, 02 May 2018 10:34:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fDspi-0005LR-AB for help-guix@gnu.org; Wed, 02 May 2018 10:34:17 -0400 Received: from mail-lf0-x243.google.com ([2a00:1450:4010:c07::243]:39476) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fDspi-0005JU-3D for help-guix@gnu.org; Wed, 02 May 2018 10:34:14 -0400 Received: by mail-lf0-x243.google.com with SMTP id j193-v6so21184638lfg.6 for ; Wed, 02 May 2018 07:34:13 -0700 (PDT) Received: from guix ([93.100.210.215]) by smtp.gmail.com with ESMTPSA id n5-v6sm2378359ljh.84.2018.05.02.07.34.10 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 02 May 2018 07:34:10 -0700 (PDT) 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 On Gentoo I actively used github: download, then local build and install in ~/{bin,tools}. It was easy! I didn't even need ebuilds and did not think as this works :-) Now I need several applications which are absent and will not be in official repositories of a distribution. For an example: 1. https://github.com/x2b/usbeject 2. xfce4-cpugraph-plugin I tried to define this as "some-package.scm" and build, but the first requires some magic with gexp, and for the second - it is unknown what for "use-modules". Finally, in the manual is just one stupid example "hello"! Help!!