13 stdenv.mkDerivation rec {
14 pname = "xautomation";
17 url = "https://www.hoopajoo.net/static/projects/xautomation-${version}.tar.gz";
18 sha256 = "03azv5wpg65h40ip2kk1kdh58vix4vy1r9bihgsq59jx2rhjr3zf";
21 nativeBuildInputs = [ pkg-config ];
31 homepage = "https://www.hoopajoo.net/projects/xautomation.html";
32 description = "Control X from the command line for scripts, and do \"visual scraping\" to find things on the screen";
33 license = lib.licenses.gpl2Plus;
34 maintainers = with lib.maintainers; [ vaibhavsagar ];
35 platforms = with lib.platforms; linux;