archimede: init at 0.0.2 (#355257)
This commit is contained in:
commit
84dafe5c5d
@ -1624,6 +1624,12 @@
|
|||||||
githubId = 4194320;
|
githubId = 4194320;
|
||||||
name = "Anton Schirg";
|
name = "Anton Schirg";
|
||||||
};
|
};
|
||||||
|
anugrahn1 = {
|
||||||
|
email = "pnanugrah@gmail.com";
|
||||||
|
github = "anugrahn1";
|
||||||
|
githubId = 117428605;
|
||||||
|
name = "Anugrah Naranatt";
|
||||||
|
};
|
||||||
anytimetraveler = {
|
anytimetraveler = {
|
||||||
email = "simon@simonscode.org";
|
email = "simon@simonscode.org";
|
||||||
github = "AnyTimeTraveler";
|
github = "AnyTimeTraveler";
|
||||||
|
30
pkgs/by-name/ar/archimede/package.nix
Normal file
30
pkgs/by-name/ar/archimede/package.nix
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
lib,
|
||||||
|
buildGoModule,
|
||||||
|
fetchFromGitHub,
|
||||||
|
}:
|
||||||
|
|
||||||
|
let
|
||||||
|
version = "0.0.2";
|
||||||
|
in
|
||||||
|
buildGoModule {
|
||||||
|
pname = "archimede";
|
||||||
|
inherit version;
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "gennaro-tedesco";
|
||||||
|
repo = "archimede";
|
||||||
|
rev = "refs/tags/v${version}";
|
||||||
|
hash = "sha256-7P7PtzYlcNYG2+KW9zvcaRlTW+vHw8jeLD2dEQXmrzc=";
|
||||||
|
};
|
||||||
|
|
||||||
|
vendorHash = "sha256-F74TVp6+UdV31YVYYHWtdIzpbbiYM2I8csGobesFN2g=";
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
homepage = "https://github.com/gennaro-tedesco/archimede";
|
||||||
|
description = "Unobtrusive directory information fetcher";
|
||||||
|
license = lib.licenses.asl20;
|
||||||
|
mainProgram = "archimede";
|
||||||
|
maintainers = [ lib.maintainers.anugrahn1 ];
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user