Skip to content

Instantly share code, notes, and snippets.

@hcarty
Created April 25, 2019 02:52
Show Gist options
  • Save hcarty/b7f8fa1154a7d74f015ccdd4dfbc47a2 to your computer and use it in GitHub Desktop.
Save hcarty/b7f8fa1154a7d74f015ccdd4dfbc47a2 to your computer and use it in GitHub Desktop.
WIP Windows-specific pkg-config build for esy
{
"name": "yarn-pkg-config",
"source": "archive:https://pkgconfig.freedesktop.org/releases/pkg-config-0.29.2.tar.gz#76e501663b29cb7580245720edfb6106164fad2b",
"override": {
"buildsInSource": true,
"build": [
[
"find",
"./",
"-exec",
"touch",
"-t",
"200001010000",
"{}",
";"
],
"./configure --disable-debug --prefix #{self.install} --with-internal-glib --host x86_64-w64-mingw32",
"make"
],
"install": [
"make install",
"#{self.install}/bin/pkg-config.exe --help"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment