manifest updates from the Flathub's PR (#9581)

Signed-off-by: dmitry <43372966+besdar@users.noreply.github.com>
This commit is contained in:
Dmitry Beskov
2024-10-07 14:55:25 +04:00
committed by GitHub
parent cc860b2906
commit e06f456bbd
4 changed files with 72 additions and 37 deletions

View File

@@ -1,15 +0,0 @@
{
"name": "xdotool",
"buildsystem": "simple",
"build-commands": [
"make -j4 && PREFIX=./build make install",
"cp -r ./build/* /app/"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/jordansissel/xdotool/releases/download/v3.20211022.1/xdotool-3.20211022.1.tar.gz",
"sha256": "96f0facfde6d78eacad35b91b0f46fecd0b35e474c03e00e30da3fdd345f9ada"
}
]
}