sublime_syntax_convertor: init at 0.1.0
This commit is contained in:
parent
3b93a4d28a
commit
1e5ce9d35b
3
pkgs/by-name/su/sublime_syntax_convertor/Gemfile
Normal file
3
pkgs/by-name/su/sublime_syntax_convertor/Gemfile
Normal file
@ -0,0 +1,3 @@
|
||||
source 'https://rubygems.org' do
|
||||
gem 'sublime_syntax_convertor'
|
||||
end
|
19
pkgs/by-name/su/sublime_syntax_convertor/Gemfile.lock
Normal file
19
pkgs/by-name/su/sublime_syntax_convertor/Gemfile.lock
Normal file
@ -0,0 +1,19 @@
|
||||
GEM
|
||||
specs:
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
plist (3.7.1)
|
||||
sublime_syntax_convertor (0.1.0)
|
||||
plist
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
x86_64-linux
|
||||
|
||||
DEPENDENCIES
|
||||
sublime_syntax_convertor!
|
||||
|
||||
BUNDLED WITH
|
||||
2.5.5
|
23
pkgs/by-name/su/sublime_syntax_convertor/gemset.nix
Normal file
23
pkgs/by-name/su/sublime_syntax_convertor/gemset.nix
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
plist = {
|
||||
groups = ["default"];
|
||||
platforms = [];
|
||||
source = {
|
||||
remotes = ["https://rubygems.org"];
|
||||
sha256 = "0b643i5b7b7galvlb2fc414ifmb78b5lsq47gnvhzl8m27dl559z";
|
||||
type = "gem";
|
||||
};
|
||||
version = "3.7.1";
|
||||
};
|
||||
sublime_syntax_convertor = {
|
||||
dependencies = ["plist"];
|
||||
groups = ["default"];
|
||||
platforms = [];
|
||||
source = {
|
||||
remotes = ["https://rubygems.org"];
|
||||
sha256 = "0gg65xls9rl9df37njja5f7y6mm1cbnf9yafyy3j7cnkcszif43a";
|
||||
type = "gem";
|
||||
};
|
||||
version = "0.1.0";
|
||||
};
|
||||
}
|
13
pkgs/by-name/su/sublime_syntax_convertor/package.nix
Normal file
13
pkgs/by-name/su/sublime_syntax_convertor/package.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{ lib,bundlerApp }:
|
||||
bundlerApp {
|
||||
pname = "sublime_syntax_convertor";
|
||||
gemdir = ./.;
|
||||
exes = [ "sublime_syntax_convertor" ];
|
||||
|
||||
meta = {
|
||||
description = "Converts tmLanguage to sublime-syntax";
|
||||
homepage = "https://github.com/aziz/SublimeSyntaxConvertor/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ laalsaas ];
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user