mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 14:48:14 +00:00
flirt: init at 0.2
This commit is contained in:
parent
8b5bc060a9
commit
9751944f85
29
pkgs/by-name/fl/flirt/package.nix
Normal file
29
pkgs/by-name/fl/flirt/package.nix
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
rustPlatform,
|
||||
fetchFromSourcehut,
|
||||
lib,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "flirt";
|
||||
version = "0.2";
|
||||
|
||||
src = fetchFromSourcehut {
|
||||
owner = "~hadronized";
|
||||
repo = "flirt";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-NV6UP7fPTcn0WrZwIfe1zuZW6hJDuxrfATM2Gpx0yr0=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-gVtRU+tjwf3rTei/TjUFYSMvLB9g6gNeGYO+9NBxgYQ=";
|
||||
|
||||
meta = {
|
||||
description = "FiLe InteRacT, the file interaction tool for your command line";
|
||||
homepage = "https://git.sr.ht/~hadronized/flirt";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [
|
||||
adda
|
||||
];
|
||||
mainProgram = "flirt";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user