treewide: add meta.mainProgram to many packages

This commit is contained in:
Malo Bourgon 2022-04-01 12:34:55 -07:00
parent 0c1bb90ec5
commit 0e802eafad
143 changed files with 143 additions and 0 deletions

View File

@ -142,6 +142,7 @@ stdenv.mkDerivation rec {
gpl3Plus
] ++ lib.optional enableVST2 unfree;
maintainers = with maintainers; [ astro tobiasBora OPNA2608 ];
mainProgram = "BespokeSynth";
platforms = platforms.all;
};
}

View File

@ -31,5 +31,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/Rigellute/spotify-tui/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ jwijenbergh ];
mainProgram = "spt";
};
}

View File

@ -19,5 +19,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/caverym/proton-caller";
license = licenses.mit;
maintainers = with maintainers; [ kho-dialga ];
mainProgram = "proton-call";
};
}

View File

@ -22,6 +22,7 @@ buildGoPackage {
description = "Automatically convert your existing AutoScaling groups to up to 90% cheaper spot instances with minimal configuration changes";
license = licenses.free;
maintainers = [ maintainers.costrouc ];
mainProgram = "AutoSpotting";
platforms = platforms.unix;
};

View File

@ -27,6 +27,7 @@ stdenv.mkDerivation {
homepage = "http://codefromabove.com/2014/05/catclock/";
license = with licenses; mit;
maintainers = with maintainers; [ ramkromberg ];
mainProgram = "xclock";
platforms = with platforms; linux ++ darwin;
};
}

View File

@ -16,5 +16,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/adamsky/globe";
license = licenses.gpl3Only;
maintainers = with maintainers; [ devhell ];
mainProgram = "globe";
};
}

View File

@ -19,6 +19,7 @@ rustPlatform.buildRustPackage rec {
description = "Replacement for rm with focus on safety, ergonomics and performance";
homepage = "https://github.com/nivekuil/rip";
maintainers = with maintainers; [ nils-degroot ];
mainProgram = "rip";
license = licenses.gpl3Plus;
};
}

View File

@ -29,6 +29,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://gitlab.com/ttyperacer/terminal-typeracer";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ yoctocell ];
mainProgram = "typeracer";
platforms = platforms.unix;
};
}

View File

@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
homepage = "https://timewarrior.net";
license = licenses.mit;
maintainers = with maintainers; [ matthiasbeyer mrVanDalo ];
mainProgram = "timew";
platforms = platforms.linux ++ platforms.darwin;
};
}

View File

@ -35,5 +35,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/mpereira/tty-solitaire";
platforms = ncurses.meta.platforms;
maintainers = [ maintainers.AndersonTorres ];
mainProgram = "ttysolitaire";
};
}

View File

@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
homepage = "http://links.twibright.com/";
description = "A small browser with some graphics support";
maintainers = with maintainers; [ raskin ];
mainProgram = "links";
license = licenses.gpl2Plus;
platforms = platforms.unix;
};

View File

@ -39,6 +39,7 @@ buildGoModule rec {
description = "The official command line client for Cloud Foundry";
homepage = "https://github.com/cloudfoundry/cli";
maintainers = with maintainers; [ ris ];
mainProgram = "cf";
license = licenses.asl20;
};
}

View File

@ -50,6 +50,7 @@ buildGoModule rec {
'';
license = licenses.mit;
maintainers = with maintainers; [ kuznero jlesquembre ngerstle jk ricochet ];
mainProgram = "k3d";
platforms = platforms.linux ++ platforms.darwin;
};
}

View File

@ -26,5 +26,6 @@ buildGoModule rec {
homepage = "https://github.com/kudobuilder/kuttl";
license = licenses.asl20;
maintainers = with maintainers; [ diegolelis ];
mainProgram = "kubectl-kuttl";
};
}

View File

@ -20,5 +20,6 @@ buildGoPackage rec {
homepage = "https://github.com/pachyderm/pachyderm";
license = licenses.asl20;
maintainers = with maintainers; [offline];
mainProgram = "pachctl";
};
}

View File

@ -21,5 +21,6 @@ buildGoModule rec {
changelog = "https://github.com/CrunchyData/postgres-operator/releases/tag/v${version}";
license = licenses.asl20;
maintainers = [ maintainers.bryanasdev000 ];
mainProgram = "pgo";
};
}

View File

@ -31,6 +31,7 @@ buildGoModule rec {
homepage = "https://tanka.dev";
license = licenses.asl20;
maintainers = with maintainers; [ mikefaille ];
mainProgram = "tk";
platforms = platforms.unix;
};
}

View File

@ -61,5 +61,6 @@ buildGoModule rec {
'';
license = licenses.asl20;
maintainers = with maintainers; [ jk mstrangfeld vdemeester ];
mainProgram = "tkn";
};
}

View File

@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
homepage = "https://pjsip.org/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ olynch ];
mainProgram = "pjsua";
platforms = platforms.linux ++ platforms.darwin;
};
}

View File

@ -27,6 +27,7 @@ buildGoModule rec {
description = "Simple and highly scalable distributed file system";
homepage = "https://github.com/chrislusf/seaweedfs";
maintainers = with maintainers; [ cmacrae raboof ];
mainProgram = "weed";
license = licenses.asl20;
};
}

View File

@ -18,5 +18,6 @@ buildGoModule rec {
description = "FlexRadio remote control (CAT) via hamlib/rigctl protocol";
license = licenses.mit;
maintainers = with maintainers; [ mvs ];
mainProgram = "nCAT";
};
}

View File

@ -19,6 +19,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/dgiardini/rtl-ais";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ mgdm ];
mainProgram = "rtl_ais";
platforms = platforms.unix;
};
}

View File

@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
description = "A Java-based tool for generating EPS files for constructing astrolabes and related tools";
license = licenses.gpl3;
maintainers = [ ];
mainProgram = "AstrolabeGenerator";
platforms = platforms.all;
};
}

View File

@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
homepage = "http://cmpg.unibe.ch/software/BayeScan";
license = licenses.gpl3;
maintainers = [ maintainers.bzizou ];
mainProgram = "bayescan_${version}";
platforms = lib.platforms.all;
};
}

View File

@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.clustal.org/omega/";
license = licenses.gpl2;
maintainers = [ maintainers.bzizou ];
mainProgram = "clustalo";
platforms = platforms.unix;
};
}

View File

@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
license = licenses.mit;
homepage = "https://broadinstitute.github.io/picard/";
maintainers = with maintainers; [ jbedo ];
mainProgram = "picard";
platforms = platforms.all;
};
}

View File

@ -56,6 +56,7 @@ stdenv.mkDerivation {
homepage = "https://symbiyosys.readthedocs.io/";
license = lib.licenses.isc;
maintainers = with lib.maintainers; [ thoughtpolice emily ];
mainProgram = "sby";
platforms = lib.platforms.all;
};
}

View File

@ -50,5 +50,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/finalfusion/finalfusion-utils/";
license = licenses.asl20;
maintainers = with maintainers; [ ];
mainProgram = "finalfusion";
};
}

View File

@ -18,5 +18,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/Eliot00/commit-formatter";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ elliot ];
mainProgram = "git-cf";
};
}

View File

@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl3;
maintainers = [ maintainers.changlinli ];
mainProgram = "bfg";
platforms = platforms.unix;
downloadPage = "https://mvnrepository.com/artifact/com.madgag/bfg/${version}";
};

View File

@ -16,6 +16,7 @@ bundlerEnv rec {
homepage = "https://bitbucket.org/atlassian/bitbucket-server-cli";
license = licenses.mit;
maintainers = with maintainers; [ jgertm nicknovitski ];
mainProgram = "stash";
platforms = platforms.unix;
};
}

View File

@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
homepage = "http://git-annex.mysteryvortex.com/git-annex-utils.html";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ woffs ];
mainProgram = "gadu";
platforms = lib.platforms.all;
};
}

View File

@ -39,5 +39,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/MitMaro/git-interactive-rebase-tool/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ masaeedu SuperSandro2000 zowoq ];
mainProgram = "interactive-rebase-tool";
};
}

View File

@ -56,5 +56,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/martinvonz/jj/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ _0x4A6F ];
mainProgram = "jj";
};
}

View File

@ -20,6 +20,7 @@ buildGoPackage rec {
license = licenses.asl20;
platforms = platforms.unix;
maintainers = with maintainers; [ copumpkin ];
mainProgram = "agent";
};
}

View File

@ -51,5 +51,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = teams.freedesktop.members ++ [ maintainers.mimame ];
mainProgram = "update-mime-database";
};
}

View File

@ -42,5 +42,6 @@ in rebar3Relx rec {
platforms = platforms.unix;
license = licenses.asl20;
maintainers = with lib.maintainers; [ dlesl ];
mainProgram = "elvis";
};
}

View File

@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl3Plus;
maintainers = with maintainers; [ AndersonTorres ];
mainProgram = "a68g";
platforms = platforms.unix;
};
}

View File

@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
downloadPage = "https://duktape.org/download.html";
license = licenses.mit;
maintainers = [ maintainers.fgaz ];
mainProgram = "duk";
platforms = platforms.all;
};
}

View File

@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl3;
maintainers = [ maintainers.AndersonTorres ];
mainProgram = "lolcode-lci";
platforms = lib.platforms.unix;
};

View File

@ -43,6 +43,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/infradig/trealla";
license = licenses.mit;
maintainers = with maintainers; [ siraben ];
mainProgram = "tpl";
platforms = platforms.all;
};
}

View File

@ -18,6 +18,7 @@ rustPlatform.buildRustPackage rec {
description = "A cool functional scripting language written in rust";
license = licenses.mit;
maintainers = with maintainers; [ AndersonTorres ];
mainProgram = "yex";
platforms = platforms.unix;
broken = stdenv.isAarch64 && stdenv.isLinux;
};

View File

@ -15,5 +15,6 @@ buildNimPackage rec {
description = "Temporary files and folders";
license = [ lib.licenses.mit ];
maintainers = [ maintainers.ehmry ];
mainProgram = "tempfile_seeder";
};
}

View File

@ -17,5 +17,6 @@ buildPythonPackage rec {
meta = flatbuffers.meta // {
description = "Python runtime library for use with the Flatbuffers serialization format";
maintainers = with lib.maintainers; [ wulfsta ];
mainProgram = "flatc";
};
}

View File

@ -29,5 +29,6 @@ buildGoModule rec {
'';
license = licenses.asl20;
maintainers = with maintainers; [ kalbasit ];
mainProgram = "gazelle";
};
}

View File

@ -22,5 +22,6 @@ buildGoModule rec {
homepage = "https://github.com/kubernetes/repo-infra";
license = licenses.asl20;
maintainers = with maintainers; [ kalbasit ];
mainProgram = "kazel";
};
}

View File

@ -94,5 +94,6 @@ stdenv.mkDerivation rec {
changelog = "https://git.build2.org/cgit/build2/tree/NEWS";
platforms = platforms.all;
maintainers = with maintainers; [ hiro98 r-burns ];
mainProgram = "b";
};
}

View File

@ -26,6 +26,7 @@ buildGoPackage rec {
'';
license = licenses.bsd2;
maintainers = with maintainers; [ AndersonTorres ];
mainProgram = "mk";
platforms = platforms.unix;
};
}

View File

@ -21,5 +21,6 @@ buildRustPackage rec {
license = lib.licenses.mit;
platforms = lib.platforms.unix;
maintainers = [lib.maintainers.nthorne];
mainProgram = "clog";
};
}

View File

@ -20,6 +20,7 @@ buildGoPackage rec {
description = "Very simple compile daemon for Go";
license = licenses.bsd2;
maintainers = with maintainers; [ ];
mainProgram = "CompileDaemon";
inherit (src.meta) homepage;
};
}

View File

@ -24,5 +24,6 @@ buildGoModule rec {
homepage = "https://github.com/buildkite/cli";
license = licenses.mit;
maintainers = with maintainers; [ groodt ];
mainProgram = "bk";
};
}

View File

@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
description = "Activate/deactivate/verify checksums in offline PostgreSQL clusters";
homepage = "https://github.com/credativ/pg_checksums";
maintainers = [ maintainers.marsam ];
mainProgram = "pg_checksums_ext";
platforms = postgresql.meta.platforms;
license = licenses.postgresql;
};

View File

@ -22,5 +22,6 @@ buildGoModule rec {
description = "A TUI for viewing and editing database files";
license = licenses.mit;
maintainers = with maintainers; [ izorkin ];
mainProgram = "sqlite3-viewer";
};
}

View File

@ -63,6 +63,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/martinpaljak/GlobalPlatformPro";
license = with licenses; [ lgpl3 ];
maintainers = with maintainers; [ ekleog ];
mainProgram = "gp";
platforms = platforms.all;
};
}

View File

@ -26,5 +26,6 @@ buildGoModule rec {
description = "A golang mock generator from interfaces";
license = licenses.mit;
maintainers = with maintainers; [ svrana ];
mainProgram = "minimock";
};
}

View File

@ -17,6 +17,7 @@ buildGoModule rec {
homepage = "https://github.com/vektra/mockery";
description = "A mock code autogenerator for Golang";
maintainers = with maintainers; [ fbrs ];
mainProgram = "mockery";
license = licenses.bsd3;
};
}

View File

@ -24,5 +24,6 @@ buildGoModule rec {
homepage = "https://github.com/go-swagger/go-swagger";
license = licenses.asl20;
maintainers = with maintainers; [ kalbasit ];
mainProgram = "swagger";
};
}

View File

@ -17,6 +17,7 @@ buildGoPackage rec {
src.meta // {
description = "Utility to convert JSON to and from HJSON";
maintainers = with maintainers; [ ehmry ];
mainProgram = "hjson-cli";
license = licenses.mit;
};
}

View File

@ -22,5 +22,6 @@ buildGoModule rec {
homepage = "https://github.com/jsonnet-bundler/jsonnet-bundler";
license = licenses.asl20;
maintainers = with maintainers; [ preisschild ];
mainProgram = "jb";
};
}

View File

@ -24,5 +24,6 @@ buildGoModule rec {
homepage = "https://github.com/equinix/metal-cli/";
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne nshalman ];
mainProgram = "metal";
};
}

View File

@ -20,5 +20,6 @@ buildGoModule rec {
homepage = "https://github.com/src-d/go-license-detector";
license = licenses.asl20;
maintainers = with maintainers; [ dtzWill ];
mainProgram = "license-detector";
};
}

View File

@ -52,6 +52,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/NXPmicro/mfgtools";
license = licenses.bsd3;
maintainers = with maintainers; [ bmilanov jraygauthier ];
mainProgram = "uuu";
platforms = platforms.all;
};
}

View File

@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
license = licenses.asl20;
platforms = platforms.unix;
maintainers = [ maintainers.qyliss ];
mainProgram = "semver";
};
}

View File

@ -70,5 +70,6 @@ stdenv.mkDerivation rec {
license = licenses.zlib;
platforms = platforms.unix;
maintainers = with maintainers; [ pombeirp ];
mainProgram = "makensis";
};
}

View File

@ -106,6 +106,7 @@ in stdenv.mkDerivation rec {
platforms = platforms.unix;
license = licenses.mit;
maintainers = with maintainers; [ tesq0 ericdallo corngood ];
mainProgram = "omnisharp";
};
}

View File

@ -20,5 +20,6 @@ buildGoModule rec {
license = licenses.asl20;
platforms = platforms.unix;
maintainers = [ ];
mainProgram = "prometheus-packet-sd";
};
}

View File

@ -18,5 +18,6 @@ buildGoModule rec {
description = "Fast, powerful, yet easy to use template engine for Go";
license = licenses.mit;
maintainers = with maintainers; [ chiiruno ];
mainProgram = "qtc";
};
}

View File

@ -32,5 +32,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/sagiegurari/duckscript";
license = licenses.asl20;
maintainers = with maintainers; [ mkg20001 ];
mainProgram = "duck";
};
}

View File

@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.codenix.com/~tolua/";
license = licenses.mit;
maintainers = with maintainers; [ vrthra ];
mainProgram = "tolua++";
platforms = with platforms; unix;
};
}

View File

@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
homepage = "http://udis86.sourceforge.net";
license = licenses.bsd2;
maintainers = with maintainers; [ timor ];
mainProgram = "udcli";
description = ''
Easy-to-use, minimalistic x86 disassembler library (libudis86)
'';

View File

@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
license = licenses.isc;
platforms = platforms.all;
maintainers = [ maintainers.leenaars ];
mainProgram = "kfcgi";
};
}

View File

@ -23,6 +23,7 @@ stdenv.mkDerivation {
'';
homepage = "https://github.com/Kamal-Sadek/Liberal-Crime-Squad";
maintainers = [ maintainers.rardiol ];
mainProgram = "crimesquad";
license = licenses.gpl2;
platforms = platforms.all;
};

View File

@ -32,5 +32,6 @@ in stdenv.mkDerivation {
license = lib.licenses.gpl3Only;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ aaronjanse neonfuz ];
mainProgram = "minecraft-server";
};
}

View File

@ -37,5 +37,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ jyooru ];
mainProgram = "minecraft-server";
};
}

View File

@ -94,5 +94,6 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
maintainers = with maintainers; [ mikroskeem m3tti ];
mainProgram = "quake";
};
}

View File

@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
homepage = "http://tintin.sourceforge.net";
license = licenses.gpl2;
maintainers = with maintainers; [ lovek323 ];
mainProgram = "tt++";
platforms = platforms.unix;
};
}

View File

@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/periklis/lguf-brightness";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ periklis ];
mainProgram = "lguf_brightness";
platforms = with platforms; linux ++ darwin;
};
}

View File

@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
description = "Scientific and numerical computing benchmark (ANSI C version)";
license = licenses.publicDomain;
maintainers = with maintainers; [ AndersonTorres ];
mainProgram = "scimark4";
platforms = platforms.all;
};
}

View File

@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
downloadPage = "https://github.com/koekeishiya/kwm/releases";
platforms = platforms.darwin;
maintainers = with maintainers; [ lnl7 ];
mainProgram = "kwmc";
license = licenses.mit;
};
}

View File

@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd2;
platforms = platforms.unix;
maintainers = with maintainers; [ philandstuff ];
mainProgram = "pamu2fcfg";
};
}

View File

@ -34,6 +34,7 @@ buildGoModule rec {
description = "Open source Confluence alternative for internal & external docs built with Golang + EmberJS";
license = licenses.agpl3;
maintainers = with maintainers; [ ma27 elseym ];
mainProgram = "documize";
homepage = "https://www.documize.com/";
};
}

View File

@ -21,6 +21,7 @@ stdenv.mkDerivation {
license = licenses.bsd2;
platforms = platforms.unix;
maintainers = with maintainers; [ copumpkin ];
mainProgram = "micro_httpd";
};
}

View File

@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
platforms = platforms.all;
maintainers = with maintainers; [ zimbatm ];
mainProgram = "webfsd";
};
}

View File

@ -38,6 +38,7 @@ stdenv.mkDerivation {
homepage = "https://gitlab.com/esr/irker";
license = licenses.bsd2;
maintainers = with maintainers; [ dtzWill ];
mainProgram = "irkerd";
platforms = platforms.unix;
};
}

View File

@ -22,5 +22,6 @@ buildGoModule rec {
description = "Expose command-line tools over HTTP";
license = licenses.asl20;
maintainers = with maintainers; [ nilp0inter ];
mainProgram = "kapow";
};
}

View File

@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
homepage = "http://thewalter.net/stef/software/clamsmtp/";
license = licenses.bsd3;
maintainers = [ maintainers.ekleog ];
mainProgram = "clamsmtpd";
platforms = platforms.all;
};
}

View File

@ -35,5 +35,6 @@ stdenv.mkDerivation {
'';
platforms = platforms.unix;
maintainers = with maintainers; [ ekleog ];
mainProgram = "sendmail";
};
}

View File

@ -21,6 +21,7 @@ buildGoModule rec {
homepage = "https://github.com/devture/matrix-corporal";
description = "Reconciliator and gateway for a managed Matrix server";
maintainers = with maintainers; [ dandellion ];
mainProgram = "devture-matrix-corporal";
license = licenses.agpl3Only;
};
}

View File

@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
license = licenses.asl20;
platforms = platforms.unix;
maintainers = [ maintainers.hectorj ];
mainProgram = "zipkin-server";
};
}

View File

@ -26,5 +26,6 @@ stdenv.mkDerivation {
license = lib.licenses.mit;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ makefu ];
mainProgram = "ps3netsrv++";
};
}

View File

@ -27,6 +27,7 @@ buildGoModule rec {
homepage = "https://trezor.io";
license = licenses.lgpl3Only;
maintainers = with maintainers; [ canndrew jb55 prusnak mmahut _1000101 ];
mainProgram = "trezord-go";
platforms = platforms.unix;
};
}

View File

@ -23,5 +23,6 @@ rustPlatform.buildRustPackage rec {
license = lib.licenses.gpl3;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ makefu ];
mainProgram = "udpt-rs";
};
}

View File

@ -54,6 +54,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.mit;
maintainers = with maintainers; [ AndersonTorres ];
mainProgram = "omf-install";
platforms = fish.meta.platforms;
};
}

View File

@ -73,6 +73,7 @@ stdenv.mkDerivation rec {
description = "Powerful cross-platform (Windows, Linux, and macOS) shell and scripting language based on .NET";
homepage = "https://github.com/PowerShell/PowerShell";
maintainers = with maintainers; [ yrashk srgom p3psi ];
mainProgram = "pwsh";
platforms = [ "x86_64-darwin" "x86_64-linux" "aarch64-linux" "aarch64-darwin" ];
license = with licenses; [ mit ];
};

View File

@ -30,5 +30,6 @@ stdenv.mkDerivation {
license = lib.licenses.free;
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.romildo ];
mainProgram = "RunningX";
};
}

View File

@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
description = "Displays a short text fullscreen in an X11 window";
license = lib.licenses.gpl2Plus;
maintainers = [ lib.maintainers.fpletz ];
mainProgram = "sm";
platforms = lib.platforms.unix;
};
}

View File

@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.com/amiloradovsky/magnify";
license = licenses.mit; # or GPL2+, optionally
maintainers = with maintainers; [ amiloradovsky ];
mainProgram = "magnify";
platforms = platforms.all;
};
}

View File

@ -28,5 +28,6 @@ buildGoModule rec {
changelog = "https://github.com/aliyun/aliyun-cli/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ ornxka ];
mainProgram = "aliyun";
};
}

View File

@ -18,6 +18,7 @@ buildGoPackage rec {
homepage = "https://github.com/awslabs/amazon-ecr-credential-helper";
license = licenses.asl20;
maintainers = with maintainers; [ kalbasit ];
mainProgram = "docker-credential-ecr-login";
platforms = platforms.linux ++ platforms.darwin;
};
}

View File

@ -29,5 +29,6 @@ buildGoPackage rec {
homepage = "https://github.com/exoscale/cli";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ dramaturg ];
mainProgram = "exo";
};
}

Some files were not shown because too many files have changed in this diff Show More