Merge pull request #138625 from SuperSandro2000/gofu

gofu: create symlinks to applets
This commit is contained in:
Sandro 2021-09-20 15:03:37 +02:00 committed by GitHub
commit 6cf74ca609
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,11 @@ buildGoModule rec {
subPackages = [ "." ];
postInstall = ''
ln -s $out/bin/gofu $out/bin/rtree
ln -s $out/bin/gofu $out/bin/prettyprompt
'';
meta = with lib; {
description = "Multibinary containing several utilities";
homepage = "https://github.com/majewsky/gofu";