加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pc.sh 273 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
VERSION=$1
LIBDIR=$2
INCLUDEDIR=$3
cat <<ENDPC
libdir=${LIBDIR}
includedir=${INCLUDEDIR}
Name: libxdo
Description: fake keyboard/mouse input, window management, and more
Version: ${VERSION}
Requires: x11
Libs: -L\${libdir} -lxdo
Cflags: -I\${includedir}
ENDPC
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化