caerbannog: init at 0.3
This commit is contained in:
parent
dd45f0d9ca
commit
38a0668296
58
pkgs/applications/misc/caerbannog/default.nix
Normal file
58
pkgs/applications/misc/caerbannog/default.nix
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
{ lib
|
||||||
|
, fetchgit
|
||||||
|
, python3
|
||||||
|
, glib
|
||||||
|
, gobject-introspection
|
||||||
|
, meson
|
||||||
|
, ninja
|
||||||
|
, pkg-config
|
||||||
|
, wrapGAppsHook
|
||||||
|
, atk
|
||||||
|
, libhandy
|
||||||
|
, libnotify
|
||||||
|
, pango
|
||||||
|
}:
|
||||||
|
|
||||||
|
python3.pkgs.buildPythonApplication rec {
|
||||||
|
pname = "caerbannog";
|
||||||
|
version = "0.3";
|
||||||
|
format = "other";
|
||||||
|
|
||||||
|
src = fetchgit {
|
||||||
|
url = "https://git.sr.ht/~craftyguy/caerbannog";
|
||||||
|
rev = version;
|
||||||
|
sha256 = "0wqkb9zcllxm3fdsr5lphknkzy8r1cr80f84q200hbi99qql1dxh";
|
||||||
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
glib
|
||||||
|
gobject-introspection
|
||||||
|
meson
|
||||||
|
ninja
|
||||||
|
pkg-config
|
||||||
|
wrapGAppsHook
|
||||||
|
];
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
|
atk
|
||||||
|
gobject-introspection
|
||||||
|
libhandy
|
||||||
|
libnotify
|
||||||
|
pango
|
||||||
|
];
|
||||||
|
|
||||||
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
|
anytree
|
||||||
|
fuzzyfinder
|
||||||
|
gpgme
|
||||||
|
pygobject3
|
||||||
|
];
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Mobile-friendly Gtk frontend for password-store";
|
||||||
|
homepage = "https://sr.ht/~craftyguy/caerbannog/";
|
||||||
|
changelog = "https://git.sr.ht/~craftyguy/caerbannog/refs/${version}";
|
||||||
|
license = licenses.gpl3Plus;
|
||||||
|
maintainers = with maintainers; [ dotlambda ];
|
||||||
|
};
|
||||||
|
}
|
@ -21444,6 +21444,8 @@ in
|
|||||||
|
|
||||||
bviplus = callPackage ../applications/editors/bviplus { };
|
bviplus = callPackage ../applications/editors/bviplus { };
|
||||||
|
|
||||||
|
caerbannog = callPackage ../applications/misc/caerbannog { };
|
||||||
|
|
||||||
cage = callPackage ../applications/window-managers/cage { };
|
cage = callPackage ../applications/window-managers/cage { };
|
||||||
|
|
||||||
calf = callPackage ../applications/audio/calf {
|
calf = callPackage ../applications/audio/calf {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user