Skip to content

Commit

Permalink
Merge pull request #333690 from frectonz/mekuteriya
Browse files Browse the repository at this point in the history
mekuteriya: init at 0.1.5
  • Loading branch information
Aleksanaa authored Aug 26, 2024
2 parents 24bb1b2 + 471089a commit 621d3af
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
6 changes: 6 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6991,6 +6991,12 @@
githubId = 14952658;
name = "Tom Dohrmann";
};
frectonz = {
name = "Fraol Lemecha";
email = "[email protected]";
github = "frectonz";
githubId = 53809656;
};
fredeb = {
email = "[email protected]";
github = "FredeEB";
Expand Down
28 changes: 28 additions & 0 deletions pkgs/by-name/me/mekuteriya/package.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
lib,
fetchFromGitHub,
rustPlatform,
}:

rustPlatform.buildRustPackage rec {
pname = "mekuteriya";
version = "0.1.5";

src = fetchFromGitHub {
owner = "frectonz";
repo = "mek-ut-er-ya";
rev = version;
hash = "sha256-bWp2UNrhCHY2DQWusGS9L9/jI2r23F34yLpuE6nuOD0=";
};

cargoHash = "sha256-WkrlQbNTP3lNEtlnAMrTd9lBo2Q4dECqtV29kmV8F7A=";

meta = {
description = "Ethiopian Calendar CLI";
homepage = "https://github.com/frectonz/mek-ut-er-ya";
mainProgram = "mekuteriya";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.frectonz ];
platforms = lib.platforms.all;
};
}

0 comments on commit 621d3af

Please sign in to comment.