taizen: init at 0.1.0
Simple, ncurses-based client for mediawiki[1] written Rust. [1] https://www.mediawiki.org/wiki/MediaWiki
This commit is contained in:
parent
ea9c3b9342
commit
7846136912
25
pkgs/applications/misc/taizen/default.nix
Normal file
25
pkgs/applications/misc/taizen/default.nix
Normal file
@ -0,0 +1,25 @@
|
||||
{ rustPlatform, lib, fetchFromGitHub, ncurses, openssl, pkgconfig }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "taizen";
|
||||
version = "0.1.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "NerdyPepper";
|
||||
repo = pname;
|
||||
rev = "5c1876429e2da7424e9d31b1e16f5a3147cc58d0";
|
||||
sha256 = "09izgx7icvizskdy9kplk0am61p7550fsd0v42zcihq2vap2j92z";
|
||||
};
|
||||
|
||||
buildInputs = [ ncurses openssl ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
cargoSha256 = "0h8ybhb17pqhhfjcmq1l70kp8g1yyq38228lcf86byk3r2ar2rkg";
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://crates.io/crates/taizen;
|
||||
license = licenses.mit;
|
||||
description = "curses based mediawiki browser";
|
||||
maintainers = with maintainers; [ ma27 ];
|
||||
};
|
||||
}
|
@ -21370,6 +21370,8 @@ in
|
||||
|
||||
tailor = callPackage ../applications/version-management/tailor {};
|
||||
|
||||
taizen = callPackage ../applications/misc/taizen { };
|
||||
|
||||
tangogps = callPackage ../applications/misc/tangogps {
|
||||
gconf = gnome2.GConf;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user