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
21bcb774
Commit
21bcb774
authored
Jan 04, 2018
by
Ed Reel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add q package
parent
87c4ad2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
packages/q.rb
packages/q.rb
+21
-0
No files found.
packages/q.rb
0 → 100644
View file @
21bcb774
require
'package'
class
Q
<
Package
description
'q is a command line tool that allows direct execution of SQL-like queries on CSVs/TSVs (and any other tabular text files).'
homepage
'http://harelba.github.io/q/'
version
'1.7.1'
source_url
'https://github.com/harelba/q/archive/1.7.1.tar.gz'
source_sha256
'cf0f2ca3ecb88fedf6232d5ce5931afc90eae1db8fdef78b17933d46e9f9f678'
binary_url
({
})
binary_sha256
({
})
depends_on
'python27'
depends_on
'sqlite'
def
self
.
install
system
"install -Dm755 bin/q
#{
CREW_DEST_PREFIX
}
/bin/q"
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