mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
5555ba6b2f
This reverts commit e06f456bbd
.
16 lines
456 B
JSON
16 lines
456 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|