-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@xpack-dev-tools/patchelf",
"version": "0.18.0-1.1",
"description": "A binary xpm package with the NixOS PatchELF executable",
"main": "",
"scripts": {
"postversion": "git push origin --all && git push origin --tags",
"test": "echo \"Error: no test specified\" && exit 1",
"liquidjs": "liquidjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xpack-dev-tools/patchelf-xpack.git"
},
"bugs": {
"url": "https://github.com/xpack-dev-tools/patchelf-xpack/issues"
},
"homepage": "https://xpack-dev-tools.github.io/patchelf-xpack/",
"keywords": [
"xpack",
"nixos",
"patchelf"
],
"author": {
"name": "Liviu Ionescu",
"email": "ilg@livius.net",
"url": "https://github.com/ilg-ul"
},
"license": "MIT",
"xpack": {
"minimumXpmRequired": "0.16.3",
"binaries": {
"destination": "./.content",
"baseUrl": "https://github.com/xpack-dev-tools/patchelf-xpack/releases/download/v0.18.0-1",
"skip": 1,
"platforms": {
"darwin-arm64": {
"fileName": "xpack-patchelf-0.18.0-1-darwin-arm64.tar.gz",
"sha256": "c79162020bcd3fc32bb4c70e87384ae98e629a8e083f0410dd77fa59273c8bd2"
},
"darwin-x64": {
"fileName": "xpack-patchelf-0.18.0-1-darwin-x64.tar.gz",
"sha256": "7c41af0c72ed1c6bf27f57124ce3fa503bb94910f469613beb58cafb913df70a"
},
"linux-arm64": {
"fileName": "xpack-patchelf-0.18.0-1-linux-arm64.tar.gz",
"sha256": "1caf13e06cbf3c256e8796b48d8277d178111576d0172fa41c879435515d1a1e"
},
"linux-arm": {
"fileName": "xpack-patchelf-0.18.0-1-linux-arm.tar.gz",
"sha256": "a9b7ea8b688e612b33a499a25d9a7b7eb939c2f2f4aae873c1025238ecea9895"
},
"linux-x64": {
"fileName": "xpack-patchelf-0.18.0-1-linux-x64.tar.gz",
"sha256": "563da19b560b159815e85b3358c4fe3fb3c81985f8c3a010f9dc038b6f707d1a"
}
}
},
"bin": {
"patchelf": "./.content/bin/patchelf"
}
}
}