ignit-bin
LOW
maintainer rubiin
0 votes
scanned 2026-09-15 05:18:46.121222
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
# This file was generated by GoReleaser. DO NOT EDIT.
2
# Maintainer: rubiin <roobin.bhandari@gmail.com>
3
4
pkgname='ignit-bin'
5
pkgver=1.0.1
6
pkgrel=1
7
pkgdesc='Quickly generate .gitignore files for your projects from a curated list of environment templates.'
8
url='https://github.com/rubiin/ignit'
9
arch=('aarch64' 'i686' 'x86_64')
10
license=('GPL-3.0-only')
11
provides=('ignit')
12
conflicts=('ignit' 'ignit-git')
13
14
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/rubiin/ignit/releases/download/v${pkgver}/ignit_Linux_arm64.tar.gz")
15
sha256sums_aarch64=('787173792c16a99fb6497e8973510a73edee65a63bb6135886d90581f732f98a')
16
17
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rubiin/ignit/releases/download/v${pkgver}/ignit_Linux_i386.tar.gz")
18
sha256sums_i686=('c0c3e2dc20d360a6eb92bbc47b818e6c3137e404af22956bccf45606315fa989')
19
20
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rubiin/ignit/releases/download/v${pkgver}/ignit_Linux_x86_64.tar.gz")
21
sha256sums_x86_64=('6a52e3dd848e44ab18fee300b41ae963d0e4fdb61b87e6e3d7ccf024ef4da32f')
22
23
package() {
24
# bin
25
install -Dm755 "./ignit" "${pkgdir}/usr/bin/ignit"
26
# license
27
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/ignit/LICENSE"
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-15 05:18:46 | Low | 1 |