metacubexd: cleanup
This commit is contained in:
parent
563d7c4851
commit
350947e1d4
1 changed files with 6 additions and 0 deletions
|
@ -6,10 +6,15 @@
|
|||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "metacubexd";
|
||||
version = "1.134.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/MetaCubeX/metacubexd/releases/download/v${version}/compressed-dist.tgz";
|
||||
hash = "sha256-Xx2UReUAxHg4CrKqGs9vGmWRsosJE1OqnYSmp2wOC9M=";
|
||||
};
|
||||
|
||||
dontConfigure = true;
|
||||
dontBuild = true;
|
||||
|
||||
sourceRoot = ".";
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
|
@ -20,5 +25,6 @@ stdenvNoCC.mkDerivation rec {
|
|||
description = "Clash.Meta Dashboard, The Official One, XD";
|
||||
homepage = "https://github.com/MetaCubeX/metacubexd";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue