summaryrefslogtreecommitdiffstats
path: root/5pkgs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-01-04 02:14:36 +0100
committermakefu <github@syntax-fehler.de>2018-01-04 02:14:36 +0100
commitfa10f1f420a2b7c2bff89c29263033df44ccfff9 (patch)
treee2773c9d9f44b98d214e84744e77758ef7115d3b /5pkgs
parent8ff12239c568efb35af841f7e15586b55595b55a (diff)
ma pkgs.cue2pops: init
Diffstat (limited to '5pkgs')
-rw-r--r--5pkgs/cue2pops/default.nix24
1 files changed, 24 insertions, 0 deletions
diff --git a/5pkgs/cue2pops/default.nix b/5pkgs/cue2pops/default.nix
new file mode 100644
index 000000000..218ae8307
--- /dev/null
+++ b/5pkgs/cue2pops/default.nix
@@ -0,0 +1,24 @@
+{ stdenv, lib, pkgs, fetchFromGitHub }:
+
+stdenv.mkDerivation rec {
+ pname = "cue2pops";
+ version = "2";
+ name = "${pname}-${version}";
+
+ src = fetchFromGitHub {
+ owner = "makefu";
+ repo = "cue2pops-linux";
+ rev = "541863a";
+ sha256 = "05w84726g3k33rz0wwb9v77g7xh4cnhy9sxlpilf775nli9bynrk";
+ };
+
+ installPhase = ''
+ install -Dm755 $pname $out/bin/$pname
+ '';
+
+ meta = {
+ homepage = http://users.eastlink.ca/~doiron/bin2iso/ ;
+ description = "converts bin+cue to iso";
+ license = lib.licenses.gpl3;
+ };
+}
[cgit] Unable to lock slot /tmp/cgit/ac200000.lock: No such file or directory (2)