From mboxrd@z Thu Jan 1 00:00:00 1970 From: "LaFreniere\, Joseph" Subject: Packaging udev rules along with their binary Date: Wed, 29 May 2019 20:11:13 -0500 Message-ID: <87d0k0eoge.fsf@odyssey.lafreniere.xyz> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([209.51.188.92]:46287) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hW9bI-0002Hn-De for help-guix@gnu.org; Wed, 29 May 2019 21:11:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hW9bH-0000AC-Hl for help-guix@gnu.org; Wed, 29 May 2019 21:11:24 -0400 Received: from mx.kolabnow.com ([95.128.36.42]:62758) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hW9bH-00008N-Ab for help-guix@gnu.org; Wed, 29 May 2019 21:11:23 -0400 Received: from localhost (unknown [127.0.0.1]) by ext-mx-out001.mykolab.com (Postfix) with ESMTP id DFEC41E2 for ; Thu, 30 May 2019 03:11:19 +0200 (CEST) Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out001.mykolab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hqQiu4ZwxsRQ for ; Thu, 30 May 2019 03:11:19 +0200 (CEST) Received: from int-mx002.mykolab.com (unknown [10.9.13.2]) by ext-mx-out001.mykolab.com (Postfix) with ESMTPS id 6C3F16EA for ; Thu, 30 May 2019 03:11:19 +0200 (CEST) Received: from ext-subm001.mykolab.com (unknown [10.9.6.1]) by int-mx002.mykolab.com (Postfix) with ESMTPS id 2C3CB3822 for ; Thu, 30 May 2019 03:11:19 +0200 (CEST) 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 I am attempting to package brightnessctl [0]. The repository provides relevant udev rules in a file 90-brightnessctl.rules, and its makefile has allowances for optionally copying and chmoding those rules. What is the recommended way to go about packaging this for Guix? Should I take an approach similar to android-udev-rules, and package the rules file separately "to be added as a rule to the @code{udev-service-type} in your @code{operating-system} configuration"? [0] https://github.com/Hummer12007/brightnessctl/blob/master/Makefile -- Joseph LaFreniere