dotpak-bin
LOW
maintainer isaac-varg
0 votes
scanned 2026-09-07 19:15:19.836787
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: Isaac hello@isaacvargas.dev
3
4
pkgname='dotpak-bin'
5
pkgver=0.1.1
6
pkgrel=1
7
pkgdesc='Package installation manager cli for your dotfiles'
8
url='https://github.com/isaacvarg/dotpak'
9
arch=('aarch64' 'x86_64')
10
license=('MIT')
11
provides=('dotpak')
12
conflicts=('dotpak' 'dotpak-git')
13
14
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/isaacvarg/dotpak/releases/download/v${pkgver}/dotpak_${pkgver}_linux_arm64.tar.gz")
15
sha256sums_aarch64=('45f21e1b1e50557db77d81d042bfeb5d7b7d97c7068d79521149eb1affff669c')
16
17
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/isaacvarg/dotpak/releases/download/v${pkgver}/dotpak_${pkgver}_linux_amd64.tar.gz")
18
sha256sums_x86_64=('bff9014dc72edde3bcc7b5ff8270ba1a08ce5b110387b2885221d9ca54ac892a')
19
20
package() {
21
install -Dm755 "./dotpak" "${pkgdir}/usr/bin/dotpak"
22
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/dotpak-bin/LICENSE"
23
}
24
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-07 19:15:19 | Low | 1 |