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
e166587d
Commit
e166587d
authored
7 years ago
by
Damian Montero
Committed by
GitHub
7 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #726 from uberhacker/add-ascii-package
Add ascii package
parents
d5d1ae10
91b3858d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
packages/ascii.rb
packages/ascii.rb
+19
-0
No files found.
packages/ascii.rb
0 → 100644
View file @
e166587d
require
"package"
class
Ascii
<
Package
description
'List ASCII idiomatic names and octal/decimal code-point forms.'
homepage
'http://www.catb.org/~esr/ascii/'
version
"3.15"
source_url
"http://www.catb.org/~esr/ascii/ascii-3.15.tar.gz"
source_sha1
"94ac41d8ef89daf148ebfd30333c07f6e64d4dec"
def
self
.
build
system
"make"
end
def
self
.
install
system
"mkdir -p
#{
CREW_DEST_DIR
}
/usr/local/bin"
system
"cp ascii
#{
CREW_DEST_DIR
}
/usr/local/bin"
end
end
This diff is collapsed.
Click to expand it.
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