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
876a6c3a
Commit
876a6c3a
authored
Feb 09, 2018
by
Ed Reel
Committed by
GitHub
Feb 09, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1799 from lovedheart/patch-52
Create pcre2.rb
parents
3f81a7b7
ede909cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
packages/pcre2.rb
packages/pcre2.rb
+31
-0
No files found.
packages/pcre2.rb
0 → 100644
View file @
876a6c3a
require
'package'
class
Pcre2
<
Package
description
'The PCRE2 package contains a new generation of the Perl Compatible Regular Expression libraries.'
homepage
'http://pcre.org/'
version
'10.30'
source_url
'https://ftp.pcre.org/pub/pcre/pcre2-10.30.tar.gz'
source_sha256
'b549873a39f804480c2e6145a78adcba53e38162d90ef6ea92384f6ecf2fde76'
depends_on
'libtool'
=>
:build
def
self
.
build
system
"./configure \
--prefix=
#{
CREW_PREFIX
}
\
--libdir=
#{
CREW_LIB_PREFIX
}
\
--enable-pcre2-16 \
--enable-pcre2-32 \
--enable-unicode \
--enable-pcre2-16 \
--enable-pcre2-32 \
--enable-pcre2test-libreadline \
--enable-jit \
--disable-static"
system
"make"
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
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