blob: b0b810dc73924496dbe3872460084fcba0ee2172 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = neovim-notify-git
pkgdesc = Notification manager for Neovim
pkgver = 1.8.2.r5.g9b4769c
pkgrel = 1
url = https://github.com/rcarriga/nvim-notify
install = notify.install
arch = any
groups = neovim-plugin
license = unknown
makedepends = git
depends = neovim
optdepends = neovim-telescope
provides = neovim-notify
conflicts = neovim-notify
source = neovim-notify-git::git+https://github.com/rcarriga/nvim-notify
sha256sums = SKIP
pkgname = neovim-notify-git
|