amfora: init at 1.3.0
This commit is contained in:
parent
901a37af34
commit
e818368be6
|
@ -9127,4 +9127,10 @@
|
||||||
github = "tfmoraes";
|
github = "tfmoraes";
|
||||||
githubId = 351108;
|
githubId = 351108;
|
||||||
};
|
};
|
||||||
|
deifactor = {
|
||||||
|
name = "Ash Zahlen";
|
||||||
|
email = "ext0l@riseup.net";
|
||||||
|
github = "deifactor";
|
||||||
|
githubId = 30192992;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,22 @@
|
||||||
|
{ lib, fetchFromGitHub, buildGoModule }:
|
||||||
|
|
||||||
|
buildGoModule rec {
|
||||||
|
pname = "amfora";
|
||||||
|
version = "1.3.0";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "makeworld-the-better-one";
|
||||||
|
repo = "amfora";
|
||||||
|
rev = "v${version}";
|
||||||
|
sha256 = "0bnjwsyi6l9p27rajwh0nq53zi4km7qpgyb08q17j0vd87gpdhka";
|
||||||
|
};
|
||||||
|
|
||||||
|
vendorSha256 = "1rj2m3rg8ixclj5jr0nmp266vwj1mg5ampxn04i3wgaayy49dbdi";
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "A fancy terminal browser for the Gemini protocol";
|
||||||
|
homepage = "https://github.com/makeworld-the-better-one/amfora";
|
||||||
|
license = with licenses; [ gpl3 ];
|
||||||
|
maintainers = with maintainers; [ deifactor ];
|
||||||
|
};
|
||||||
|
}
|
|
@ -18914,6 +18914,8 @@ in
|
||||||
amarok = libsForQt5.callPackage ../applications/audio/amarok { };
|
amarok = libsForQt5.callPackage ../applications/audio/amarok { };
|
||||||
amarok-kf5 = amarok; # for compatibility
|
amarok-kf5 = amarok; # for compatibility
|
||||||
|
|
||||||
|
amfora = callPackage ../applications/networking/browsers/amfora { };
|
||||||
|
|
||||||
AMB-plugins = callPackage ../applications/audio/AMB-plugins { };
|
AMB-plugins = callPackage ../applications/audio/AMB-plugins { };
|
||||||
|
|
||||||
ams-lv2 = callPackage ../applications/audio/ams-lv2 { };
|
ams-lv2 = callPackage ../applications/audio/ams-lv2 { };
|
||||||
|
|
Loading…
Reference in New Issue