Skip to content

Commit

Permalink
cargo-gra: init at 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot-wxt1221 committed Nov 5, 2024
1 parent 71408df commit c729207
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions pkgs/by-name/ca/cargo-gra/package.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
rustPlatform,
fetchCrate,
lib,
}:

rustPlatform.buildRustPackage rec {
pname = "cargo-gra";
version = "0.6.0";

src = fetchCrate {
inherit pname version;
hash = "sha256-cli7qaIVYvoZpDml/QAxm2vjvh/g28zlDSpU9IIUBfw=";
};

cargoHash = "sha256-xsaavcpDaiDDbL3Dl+7NLcfB5U6vuYsVPoIuA/KXCvI=";

meta = {
license = lib.licenses.gpl3Plus;
homepage = "https://gitlab.com/floers/gtk-stuff/cargo-gra/";
maintainers = with lib.maintainers; [ bot-wxt1221 ];
platform = lib.platforms.unix;
description = "gtk-rust-app cli for building flatpak apps with ease";
};
}

0 comments on commit c729207

Please sign in to comment.