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
2902afb3
Commit
2902afb3
authored
7 years ago
by
Ed Reel
Committed by
GitHub
7 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1327 from cstrouse/add-owl
Add owl package
parents
9e4b5544
489646e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
packages/owl.rb
packages/owl.rb
+22
-0
No files found.
packages/owl.rb
0 → 100644
View file @
2902afb3
require
'package'
class
Owl
<
Package
description
'Owl Lisp is a functional dialect of the Scheme programming language.'
homepage
'https://haltp.org/n/owl'
version
'0.1.14'
source_url
'https://github.com/aoh/owl-lisp/archive/v0.1.14.tar.gz'
source_sha256
'4d9982da3582456d1e769e25a7d0b2daefe859c45e262c8f56f794114f9a29a0'
binary_url
({
})
binary_sha256
({
})
def
self
.
build
system
'make'
,
"PREFIX=
#{
CREW_PREFIX
}
"
end
def
self
.
install
system
'make'
,
"PREFIX=
#{
CREW_PREFIX
}
"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
'install'
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