You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
464 B
18 lines
464 B
![]()
5 years ago
|
{
|
||
|
"name": "esy-gmp-test",
|
||
|
"description": "For manual testing only",
|
||
|
"version": "0.1.0",
|
||
|
"description": "GMP packaged for esy",
|
||
|
"license": "MIT",
|
||
|
"esy": {
|
||
|
"buildsInSource": true,
|
||
|
"build": [
|
||
|
"#{os == 'windows' ? 'x86_64-w64-mingw32-gcc': 'gcc'} $CFLAGS -o testinggmp test.c $LDFLAGS"
|
||
|
],
|
||
|
"install": "cp testinggmp #{self.bin}"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"gmp": "esy-packages/esy-gmp#e2a8fab86e6ff2b26637b3249ee149d29b3430dd"
|
||
|
}
|
||
|
}
|