Advertisement
Guest User

manifest.json

a guest
Jun 9th, 2021
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.45 KB | None | 0 0
  1. {
  2.     supported_platforms: ['linux'],
  3.     source: {
  4.         type: "git",
  5.         url: "https://github.com/SkyMaverick/deadbeef-statusnotifier-plugin.git",
  6.     patches: [
  7.         "make.patch"
  8.     ]
  9.     },
  10.     make: {
  11.         type: "make",
  12.         root: "/",
  13.     ENV: {
  14.             GTK3_CFLAGS: "$GTK310_CFLAGS",
  15.             GTK3_LIBS: "$GTK310_LIBS",
  16.             LIBDIR: "$LIBDIR"
  17.         },
  18.         out: [
  19.             "build/sni_gtk3.so"
  20.         ],
  21.     }
  22. }
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement