blob: a90b1bdeb459186fc4b9f31cbe50883198e70946 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = neovim-notify
pkgdesc = Notification manager for Neovim
pkgver = 2.0.0
pkgrel = 1
url = https://github.com/rcarriga/nvim-notify
install = notify.install
arch = any
groups = neovim-plugin
license = MIT
checkdepends = neovim-plenary
depends = neovim
optdepends = neovim-telescope
source = neovim-notify-2.0.0.tar.gz::https://github.com/rcarriga/nvim-notify/archive/v2.0.0.tar.gz
sha256sums = 1229128b7721defe71a9d9064a1582fbdaedfe0cc4196d7d5f08bd21ccd68957
pkgname = neovim-notify
|