New hdapsd module
This commit is contained in:
@@ -2,13 +2,15 @@
|
||||
|
||||
let version = "20141203"; in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ldapsd-"+version;
|
||||
name = "hdapsd-"+version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/evgeni/hdapsd/releases/download/${version}/hdapsd-${version}.tar.gz";
|
||||
sha256 = "0ppgrfabd0ivx9hyny3c3rv4rphjyxcdsd5svx5pgfai49mxnl36";
|
||||
};
|
||||
|
||||
postInstall = builtins.readFile ./postInstall.sh;
|
||||
|
||||
meta = with stdenv.lib;
|
||||
{ description = "Hard Drive Active Protection System Daemon";
|
||||
hompage = "http://hdaps.sf.net/";
|
||||
@@ -16,4 +18,4 @@ stdenv.mkDerivation rec {
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.ehmry ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user