ecryptfs-helper: add meta
This commit is contained in:
parent
fd5cdca916
commit
70a2278e18
@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Enterprise-class stacked cryptographic filesystem";
|
description = "Enterprise-class stacked cryptographic filesystem";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = [ maintainers.obadz ];
|
maintainers = with maintainers; [ obadz ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,4 +24,12 @@ stdenv.mkDerivation rec {
|
|||||||
cp $src $out/libexec/ecryptfs-helper.py
|
cp $src $out/libexec/ecryptfs-helper.py
|
||||||
makeWrapper "${python.interpreter} $out/libexec/ecryptfs-helper.py" $out/bin/ecryptfs-helper
|
makeWrapper "${python.interpreter} $out/libexec/ecryptfs-helper.py" $out/bin/ecryptfs-helper
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "Helper script to create/mount/unemount encrypted directories using eCryptfs without needing root permissions";
|
||||||
|
license = licenses.gpl2Plus;
|
||||||
|
maintainers = with maintainers; [ obadz ];
|
||||||
|
platforms = platforms.linux;
|
||||||
|
hydraPlatforms = [];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user