blob: 99bcb5190bceacc38d783fe180a3e0e3b3e3e9b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = bellybutton
pkgdesc = CLI grammar checker for Bash, JS, Python, Go, and Rust
pkgver = 1.0.1
pkgrel = 1
url = https://github.com/SW-philip/bellybutton
arch = any
license = MIT
depends = bash
depends = shellcheck
depends = eslint
depends = ruff
depends = golangci-lint
depends = cargo
optdepends = shellcheck: for Bash linting
optdepends = eslint: for JavaScript linting
optdepends = ruff: for Python linting
optdepends = golangci-lint: for Go linting
optdepends = cargo: for Rust support
source = bellybutton-1.0.1.tar.gz::https://github.com/SW-philip/bellybutton/archive/refs/tags/v1.0.1.tar.gz
sha256sums = 186095e411e8e72a32bc277086054223fedb82d45e3f6e50eb5040fa83a3358d
pkgname = bellybutton
|