cue2pops: cosmetic changes
This commit is contained in:
parent
89136c1dce
commit
72c8068b22
@ -1,9 +1,11 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub }:
|
{ lib
|
||||||
|
, stdenv
|
||||||
|
, fetchFromGitHub
|
||||||
|
}:
|
||||||
|
|
||||||
with lib;
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "cue2pops";
|
pname = "cue2pops";
|
||||||
version = "git-2018-01-04";
|
version = "unstable-2018-01-04";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "makefu";
|
owner = "makefu";
|
||||||
@ -14,14 +16,14 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
|
||||||
makeFlags = ["CC=cc"];
|
makeFlags = [ "CC=cc" ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
install --directory --mode=755 $out/bin
|
install --directory --mode=755 $out/bin
|
||||||
install --mode=755 cue2pops $out/bin
|
install --mode=755 cue2pops $out/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "Convert CUE to ISO suitable to POPStarter";
|
description = "Convert CUE to ISO suitable to POPStarter";
|
||||||
homepage = "https://github.com/makefu/cue2pops-linux";
|
homepage = "https://github.com/makefu/cue2pops-linux";
|
||||||
maintainers = with maintainers; [ AndersonTorres ];
|
maintainers = with maintainers; [ AndersonTorres ];
|
||||||
|
Loading…
Reference in New Issue
Block a user