-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Try the following recipe (builds fine on Windows) with 8.44
https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.bz2
{
"name": "esy-pcre",
"version": "0.1.000",
"description": "pcre-8.44 packaged for esy",
"esy": {
"buildsInSource": true,
"exportedEnv": {
"PKG_CONFIG_PATH": {
"scope": "global",
"val": "#{self.lib / 'pkgconfig' : $PKG_CONFIG_PATH }"
}
},
"build": [
"chmod 755 ./configure",
[
"./configure",
"--disable-dependency-tracking",
"--enable-utf8",
"--enable-pcre8",
"--enable-pcre16",
"--enable-pcre32",
"--enable-unicode-properties",
"--enable-pcregrep-libz",
"--enable-pcregrep-libbz2",
"--prefix=#{self.install}",
"#{os == 'windows' ? '--host=x86_64-w64-mingw32' : ''}"
],
"make",
"make install"
]
},
"dependencies": {
"esy-zlib": "esy-packages/esy-zlib#404929fd8b7ed83ed6a528d751840faff957b4b3",
"esy-bzip2": "esy-packages/esy-bzip2#048f314334ae2e63b24082a7e4cfca4985b04028"
},
"resolutions": {}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers