blob: 0db551147dd188869b42cdbc88681c6ec8c4e203 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
pkgbase = okapi
pkgdesc = Find lines across files by regex and edit them all at once with your vim
pkgver = 0.5.0
pkgrel = 1
url = https://github.com/nk9/okapi
arch = x86_64
license = MIT
makedepends = cargo
makedepends = git
depends = ripgrep
source = git+https://github.com/nk9/okapi.git#tag=v0.5.0
sha256sums = ec46f9a12774ff7e7592801765c0c5a68e63a88b7c3f868f58b05950b4bbb9f9
pkgname = okapi
|