1 { stdenv, lib, perlPackages, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
5 version = "0.40-pre-release-2";
7 src = fetchFromGitHub {
8 owner = "john-moonsugar";
10 rev = "f72e9ed9dd18e8545dd0dc2a4056c250cf505790";
11 sha256 = "01zqplp8yb0xnl54963n0zkz66rf3hn2x3i255jlhdhx1c43jba7";
14 buildInputs = [ perlPackages.perl ];
18 cp tes3cmd $out/bin/tes3cmd
22 description = "Command line tool for examining and modifying plugins for the Elder Scrolls game Morrowind by Bethesda Softworks";
23 mainProgram = "tes3cmd";
24 homepage = "https://github.com/john-moonsugar/tes3cmd";
25 license = licenses.mit;
26 maintainers = [ maintainers.marius851000 ];
27 platforms = platforms.linux;