mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
Merge pull request #333690 from frectonz/mekuteriya
mekuteriya: init at 0.1.5
This commit is contained in:
commit
621d3afa88
@ -6991,6 +6991,12 @@
|
||||
githubId = 14952658;
|
||||
name = "Tom Dohrmann";
|
||||
};
|
||||
frectonz = {
|
||||
name = "Fraol Lemecha";
|
||||
email = "fraol0912@gmail.com";
|
||||
github = "frectonz";
|
||||
githubId = 53809656;
|
||||
};
|
||||
fredeb = {
|
||||
email = "im@fredeb.dev";
|
||||
github = "FredeEB";
|
||||
|
28
pkgs/by-name/me/mekuteriya/package.nix
Normal file
28
pkgs/by-name/me/mekuteriya/package.nix
Normal file
@ -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;
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user