Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
9a813139
Commit
9a813139
authored
May 20, 2018
by
Ed Reel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add txt2regex package
parent
2e0ac720
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
packages/txt2regex.rb
packages/txt2regex.rb
+13
-0
No files found.
packages/txt2regex.rb
0 → 100644
View file @
9a813139
require
'package'
class
Txt2regex
<
Package
description
'Regex wizard for the terminal, written in Bash'
homepage
'http://aurelio.net/projects/txt2regex/'
version
'0.8'
source_url
'https://github.com/aureliojargas/txt2regex/archive/v0.8.tar.gz'
source_sha256
'31a83516db6c88c07a3d5440136d4fe3928090f0d8b59cb127ca611d6bb9dda9'
def
self
.
install
system
"install -Dm755 txt2regex.sh
#{
CREW_DEST_PREFIX
}
/bin/txt2regex"
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment