eclipse-plugin-vrapper: init at 0.72.0
This commit is contained in:
parent
2066cb0b02
commit
796b3a2306
@ -574,6 +574,7 @@
|
|||||||
sternenseemann = "Lukas Epple <post@lukasepple.de>";
|
sternenseemann = "Lukas Epple <post@lukasepple.de>";
|
||||||
stesie = "Stefan Siegl <stesie@brokenpipe.de>";
|
stesie = "Stefan Siegl <stesie@brokenpipe.de>";
|
||||||
steveej = "Stefan Junker <mail@stefanjunker.de>";
|
steveej = "Stefan Junker <mail@stefanjunker.de>";
|
||||||
|
stumoss = "Stuart Moss <samoss@gmail.com>";
|
||||||
SuprDewd = "Bjarki Ágúst Guðmundsson <suprdewd@gmail.com>";
|
SuprDewd = "Bjarki Ágúst Guðmundsson <suprdewd@gmail.com>";
|
||||||
swarren83 = "Shawn Warren <shawn.w.warren@gmail.com>";
|
swarren83 = "Shawn Warren <shawn.w.warren@gmail.com>";
|
||||||
swflint = "Samuel W. Flint <swflint@flintfam.org>";
|
swflint = "Samuel W. Flint <swflint@flintfam.org>";
|
||||||
|
@ -447,6 +447,28 @@ rec {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vrapper = buildEclipseUpdateSite rec {
|
||||||
|
name = "vrapper-${version}";
|
||||||
|
version = "0.72.0";
|
||||||
|
owner = "vrapper";
|
||||||
|
repo = "vrapper";
|
||||||
|
date = "20170311";
|
||||||
|
|
||||||
|
src = fetchzip {
|
||||||
|
stripRoot = false;
|
||||||
|
url = "https://github.com/${owner}/${repo}/releases/download/${version}/vrapper_${version}_${date}.zip";
|
||||||
|
sha256 = "0nyirf6km97q211cxfy01kidxac20m8ba3kk9xj73ykrhsk3cxjp";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
homepage = "https://github.com/vrapper/vrapper";
|
||||||
|
description = "A wrapper to provide a Vim-like input scheme for moving around and editing text";
|
||||||
|
license = licenses.gpl3;
|
||||||
|
platforms = platforms.all;
|
||||||
|
maintainers = [ maintainers.stumoss ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
yedit = buildEclipsePlugin rec {
|
yedit = buildEclipsePlugin rec {
|
||||||
name = "yedit-${version}";
|
name = "yedit-${version}";
|
||||||
version = "1.0.20.201509041456";
|
version = "1.0.20.201509041456";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user