projecto-bin
LOW
maintainer rubiin
0 votes
scanned 2026-09-13 13:14:45.435081
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='projecto-bin'
5
pkgver=1.2.0
6
pkgrel=1
7
pkgdesc='Launch your project folders directly in your editor of choice from a single command.'
8
url='https://github.com/rubiin/projecto'
9
arch=('aarch64' 'i686' 'x86_64')
10
license=('GPL-3.0-only')
11
provides=('projecto')
12
conflicts=('projecto' 'projecto-git')
13
14
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/rubiin/projecto/releases/download/v${pkgver}/projecto_Linux_arm64.tar.gz")
15
sha256sums_aarch64=('ae493efd09296754c4391060f0632f412c21cd08bdc8d1ff2150fc5c9f15816a')
16
17
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rubiin/projecto/releases/download/v${pkgver}/projecto_Linux_i386.tar.gz")
18
sha256sums_i686=('460e677ead40f85183d46ba9f1edb24e64f9a878a11e3d5aa7bfda2d820a24cb')
19
20
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rubiin/projecto/releases/download/v${pkgver}/projecto_Linux_x86_64.tar.gz")
21
sha256sums_x86_64=('2984c95e07c179a939450384f777fc0a48630634ec90a935562e546348226f7a')
22
23
package() {
24
# bin
25
install -Dm755 "./projecto" "${pkgdir}/usr/bin/projecto"
26
# license
27
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/projecto/LICENSE"
28
# shell completions
29
install -Dm644 "./completions/projecto.bash" "${pkgdir}/usr/share/bash-completion/completions/projecto"
30
install -Dm644 "./completions/_projecto" "${pkgdir}/usr/share/zsh/site-functions/_projecto"
31
install -Dm644 "./completions/projecto.fish" "${pkgdir}/usr/share/fish/vendor_completions.d/projecto.fish"
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-13 13:14:45 | Low | 1 |