build(flatpak): separate dependencies into sub-modules (#2818)

This commit is contained in:
ReenigneArcher
2024-07-14 19:01:59 -04:00
committed by GitHub
parent 3b95397381
commit e34f446210
8 changed files with 200 additions and 220 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "numactl",
"buildsystem": "autotools",
"cleanup": [
"/bin"
],
"sources": [
{
"type": "git",
"url": "https://salsa.debian.org/debian/numactl.git",
"commit": "640bb34497702f9aaeb8af1b491f32b91d03ec80",
"tag": "debian/2.0.16-1",
"x-checker-data": {
"type": "git",
"tag-pattern": "^debian\\/(\\d.+)$",
"versions": {
"<": "2.0.17"
}
}
}
]
}