Skip to content

Commit

Permalink
gssg: init at 0-unstable-2023-05-29
Browse files Browse the repository at this point in the history
  • Loading branch information
genga898 committed Jan 10, 2025
1 parent 08907d0 commit 8481f8c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions pkgs/by-name/gs/gssg/package.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
lib,
fetchFromSourcehut,
buildGoModule,
}:

buildGoModule {
pname = "gssg";
version = "0-unstable-2023-05-29";

src = fetchFromSourcehut {
owner = "~gsthnz";
repo = "gssg";
rev = "fc755f281d750d0b022689d58d0f32e6799dfef8";
hash = "sha256-m0bVH6upLSA1dcxds3VJFFaSYs7YoMuoAmEe5qAUTmw=";
};

vendorHash = "sha256-NxfZbwKo8SY0XfWivQ42cNqIbJQ1EBsxPFr70ZU9G6E=";

ldFlags = [
"-s"
"-w"
];

meta = {
description = "Gemini static site generator";
homepage = "https://git.sr.ht/~gsthnz/gssg";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ genga898 ];
mainProgram = "gssg";
};
}

0 comments on commit 8481f8c

Please sign in to comment.