Commit 31f2b78f authored by Ed Reel's avatar Ed Reel Committed by Kazushi (Jam) Marukawa

Add utf8proc package

parent fdf8a588
require 'package'
class Utf8proc < Package
description 'a clean C library for processing UTF-8 Unicode data: normalization, case-folding, graphemes, and more'
homepage 'https://julialang.org/utf8proc/'
version '2.1.0'
source_url 'https://github.com/JuliaLang/utf8proc/archive/v2.1.0.tar.gz'
source_sha256 '25ccc5619ac400f9eaf24aafaae5b625afa1961e140b8dd6072b393267833260'
def self.build
system 'make'
end
def self.install
system "make", "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