mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-10-03 07:23:32 +00:00
cloneit: drop
It is now available in Nixpkgs
This commit is contained in:
parent
4cb6ed2d62
commit
0ba3882e71
1 changed files with 0 additions and 32 deletions
|
@ -1,32 +0,0 @@
|
||||||
{
|
|
||||||
lib,
|
|
||||||
rustPlatform,
|
|
||||||
fetchFromGitHub,
|
|
||||||
pkg-config,
|
|
||||||
openssl,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
rustPlatform.buildRustPackage {
|
|
||||||
pname = "cloneit";
|
|
||||||
version = "0-unstable-2024-06-28";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "alok8bb";
|
|
||||||
repo = "cloneit";
|
|
||||||
rev = "6198556e810d964cc5938c446ef42fc21b55fe0b";
|
|
||||||
sha256 = "sha256-RP0/kquAlSwRMeB6cjvS5JB9qfdkT8IKLVxaxrmzJ+0=";
|
|
||||||
};
|
|
||||||
|
|
||||||
cargoHash = "sha256-XXcqmDPEQUm4YBqY5+06X55ym3o3RqE7fNSiR4n+iyc=";
|
|
||||||
|
|
||||||
nativeBuildInputs = [pkg-config];
|
|
||||||
buildInputs = [openssl];
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
description = "CLI tool to download specific GitHub directories or files";
|
|
||||||
homepage = "https://github.com/alok8bb/cloneit";
|
|
||||||
license = lib.licenses.mit;
|
|
||||||
maintainers = with lib.maintainers; [NotAShelf];
|
|
||||||
platforms = lib.platforms.linux;
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue