PLUGIN = {}
PLUGIN.name = "ag"
PLUGIN.version = "0.1.0"
PLUGIN.homepage = "https://github.com/mise-plugins/vfox-ag"
PLUGIN.license = "Apache-2.0"
PLUGIN.description = "The Silver Searcher - A code searching tool similar to ack, with a focus on speed"
PLUGIN.minRuntimeVersion = "0.3.0"
PLUGIN.notes = {
"ag requires build dependencies: automake, pkg-config, pcre, xz, and a C compiler",
"On macOS: brew install automake pkg-config pcre xz",
"On Debian/Ubuntu: apt-get install automake pkg-config libpcre3-dev zlib1g-dev liblzma-dev",
}