Commit 2902afb3 authored by Ed Reel's avatar Ed Reel Committed by GitHub

Merge pull request #1327 from cstrouse/add-owl

Add owl package
parents 9e4b5544 489646e5
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment