2020-04-16 16:22:51 -04:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "myhello",
|
|
|
|
"version": "2.10",
|
|
|
|
"source": "mirror://gnu/hello/hello-2.10.tar.gz",
|
|
|
|
"build-system": "gnu",
|
|
|
|
"arguments": {
|
|
|
|
"tests?": false
|
2024-02-20 15:45:15 -05:00
|
|
|
},
|
2020-04-16 16:22:51 -04:00
|
|
|
"home-page": "https://www.gnu.org/software/hello/",
|
|
|
|
"synopsis": "Hello, GNU world: An example GNU package",
|
|
|
|
"description": "GNU Hello prints a greeting.",
|
|
|
|
"license": "GPL-3.0+",
|
|
|
|
"native-inputs": ["gettext"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "greeter",
|
|
|
|
"version": "1.0",
|
2024-02-20 15:45:15 -05:00
|
|
|
"source": "mirror://gnu/hello/hello-2.10.tar.gz",
|
2020-04-16 16:22:51 -04:00
|
|
|
"build-system": "gnu",
|
|
|
|
"arguments": {
|
|
|
|
"test-target": "foo",
|
2024-02-20 15:45:15 -05:00
|
|
|
"parallel-build?": false
|
2020-04-16 16:22:51 -04:00
|
|
|
},
|
|
|
|
"home-page": "https://example.com/",
|
|
|
|
"synopsis": "Greeter using GNU Hello",
|
|
|
|
"description": "This is a wrapper around GNU Hello.",
|
|
|
|
"license": "GPL-3.0+",
|
|
|
|
"inputs": ["myhello", "hello"]
|
|
|
|
}
|
|
|
|
]
|