From e9896b8951f9faf1f76a3b45be6e70d0aeb30a73 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sat, 15 Nov 2014 17:48:18 +0100 Subject: [PATCH] Add make install. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index ca18c1e..65af31b 100644 --- a/Makefile 2016-02-09 21:34:01.883660009 +0100 +++ b/Makefile 2016-02-09 21:34:30.672150679 +0100 @@ -19,3 +19,11 @@ @git archive --prefix="$(PROJECT_ARCHIVE)/" HEAD \ | gzip >_dist/"$(PROJECT_ARCHIVE)".tar.gz @echo archive stored in "_dist/$(PROJECT_ARCHIVE).tar.gz" + +PREFIX=/usr/local +install: + strip laby + mkdir -p $(PREFIX)/bin + cp laby $(PREFIX)/bin/laby + mkdir -p $(PREFIX)/share/laby + tar -C data -cf - . | tar -C $(PREFIX)/share/laby -xf- elected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/license.scm
AgeCommit message (Expand)Author
2024-08-31gnu: licensecheck: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/license.scm (licensecheck)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxime Devos
2024-07-03gnu: reuse: Update to 3.0.2....* gnu/packages/license.scm (reuse): Update to 3.0.2. Change-Id: I527df845dcc4deaf1ffae90d6a8e13dc9033d5ad Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Felix Gruber
2024-01-19gnu: reuse: Update to 3.0.1....* gnu/packages/license.scm (reuse): Update to 3.0.1. [arguments]: New field. Change-Id: Ibbc5ae8cfa0e0e62b6c64bd90387022e88f9c933 Maxim Cournoyer
2023-04-03gnu: reuse: Update to 1.1.2....* gnu/packages/license.scm (reuse): Update to 1.1.2. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-poetry-core. Remove python-setuptools-scm. [inputs]: Remove python-requests. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Bruno Victal