pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
alacritty: ship sample config
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Thu Aug 20 06:38:35 2020 +0200
Changeset: e0343fd712e482d258e79ae884963be2f7dedfa0
Modified Files:
alacritty/Makefile
alacritty/PLIST
Log Message:
alacritty: ship sample config
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e0343fd712e482d258e79ae884963be2f7dedfa0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
alacritty/Makefile | 3 ++-
alacritty/PLIST | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diffs:
diff --git a/alacritty/Makefile b/alacritty/Makefile
index f940f72db9..fc252d41d3 100644
--- a/alacritty/Makefile
+++ b/alacritty/Makefile
@@ -35,10 +35,11 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
#REPLACE_PYTHON+= ../vendor/xcb-0.8.2/rs-client.py
#REPLACE_PYTHON+= ../vendor/xcb-0.8.2/build.rs
-INSTALLATION_DIRS= bin
+INSTALLATION_DIRS= bin share/examples/alacritty
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/target/release/alacritty ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/alacritty.yml ${DESTDIR}${PREFIX}/share/examples/alacritty
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
diff --git a/alacritty/PLIST b/alacritty/PLIST
index 4ec9085772..a6f9385126 100644
--- a/alacritty/PLIST
+++ b/alacritty/PLIST
@@ -1,2 +1,3 @@
@comment $NetBSD$
bin/alacritty
+share/examples/alacritty/alacritty.yml
Home |
Main Index |
Thread Index |
Old Index