blob: a863fb4335fb63fa84432b98babb08d872a4b238 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = rgx-cli
pkgdesc = A terminal regex tester with real-time matching and multi-engine support
pkgver = 0.12.1
pkgrel = 1
url = https://github.com/brevity1swos/rgx
arch = x86_64
license = Apache-2.0 OR MIT
makedepends = cargo
depends = pcre2
depends = libgcc
depends = glibc
provides = rgx
conflicts = rgx
options = !lto
source = rgx-cli-0.12.1.tar.gz::https://github.com/brevity1swos/rgx/archive/refs/tags/v0.12.1.tar.gz
sha512sums = b8d2f8389a0295ca50700a1847d7995822810723de657a3aa932541ab4923880fa7acd844d00814fde4ace6f22d467191899b3859985eda4308292f7cf57656b
pkgname = rgx-cli
|