patchsplit-bin
LOW
maintainer lingbopro
1 votes
scanned 2026-08-25 03:25:42.010142
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: lingbopro <lingbopro [at] outlook [dot] com>
2
pkgname=patchsplit-bin
3
pkgver=1.0.2
4
pkgrel=1
5
pkgdesc="CLI tool to split pull requests into separate patches per commit"
6
arch=('x86_64')
7
url="https://github.com/zitzhen/patchsplit"
8
license=('MIT')
9
depends=('curl')
10
provides=('patchsplit')
11
conflicts=('patchsplit')
12
source_x86_64=("${url}/releases/download/v${pkgver}/patchsplit-linux-x86_64.tar.gz")
13
sha256sums_x86_64=('19d19cdb675a97b7560c9ef0194cc605d5b19232c68541693e2d5d7e00d6faef')
14
package() {
15
cd "${srcdir}"
16
mkdir -p "${pkgdir}/usr/bin"
17
install -m755 "${srcdir}/patchsplit" "${pkgdir}/usr/bin/patchsplit"
18
}
19
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-25 03:25:42 | Low | 1 |