mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-20 19:38:39 +00:00
19 lines
418 B
JSON
19 lines
418 B
JSON
{
|
|
"AppName": "aptly",
|
|
"ArtifactsDest": "xc-out/",
|
|
"TasksExclude": [
|
|
"rmbin",
|
|
"go-test",
|
|
"go-vet"
|
|
],
|
|
"ResourcesInclude": "README.rst,LICENSE,AUTHORS,man/aptly.1",
|
|
"BuildConstraints": "linux,386 linux,amd64 linux,arm linux,arm64 darwin,amd64 freebsd,386 freebsd,amd64",
|
|
"MainDirsExclude": "_man,vendor",
|
|
"BuildSettings": {
|
|
"LdFlagsXVars": {
|
|
"Version": "main.Version"
|
|
}
|
|
},
|
|
"ConfigVersion": "0.9"
|
|
}
|