phraseapp-client: init at 1.4.3
This commit is contained in:
parent
2839b101f9
commit
acdcbf7b14
24
pkgs/tools/misc/phraseapp-client/default.nix
Normal file
24
pkgs/tools/misc/phraseapp-client/default.nix
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
||||||
|
|
||||||
|
buildGoPackage rec {
|
||||||
|
name = "phraseapp-client-${version}";
|
||||||
|
version = "1.4.3";
|
||||||
|
|
||||||
|
goPackagePath = "github.com/phrase/phraseapp-client";
|
||||||
|
subPackages = [ "." ];
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "phrase";
|
||||||
|
repo = "phraseapp-client";
|
||||||
|
rev = version;
|
||||||
|
sha256 = "1nfab7y75vl0vg9vy8gc46h7wikk94nky1n415im1xbpsnqg77wz";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
homepage = http://docs.phraseapp.com;
|
||||||
|
description = "PhraseApp API v2 Command Line Client";
|
||||||
|
platforms = platforms.all;
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ manveru ];
|
||||||
|
};
|
||||||
|
}
|
@ -14810,6 +14810,8 @@ with pkgs;
|
|||||||
|
|
||||||
phrasendrescher = callPackage ../tools/security/phrasendrescher { };
|
phrasendrescher = callPackage ../tools/security/phrasendrescher { };
|
||||||
|
|
||||||
|
phraseapp-client = callPackage ../tools/misc/phraseapp-client { };
|
||||||
|
|
||||||
phwmon = callPackage ../applications/misc/phwmon { };
|
phwmon = callPackage ../applications/misc/phwmon { };
|
||||||
|
|
||||||
pianobar = callPackage ../applications/audio/pianobar { };
|
pianobar = callPackage ../applications/audio/pianobar { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user