aurpush

LOW
maintainer Aspenini 0 votes scanned 2026-08-29 21:40:42.320390
View on AUR
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: Aspen <169401290+Aspenini@users.noreply.github.com>
2
3pkgname=aurpush
4pkgver=0.1.0
5pkgrel=1
6pkgdesc="CLI for maintaining and publishing Arch Linux packages to the AUR"
7arch=('x86_64')
8url="https://github.com/Aspenini/aurpush"
9license=('MIT')
10depends=('git' 'openssh')
11makedepends=('xmake')
12options=('!debug')
13
14# In-repo copy: if ../xmake.lua exists, build from this tree instead of GitHub.
15_local_tree=
16if [[ -f ../xmake.lua ]]; then
17 _local_tree="$(cd .. && pwd)"
18fi
19
20if [[ -n $_local_tree ]]; then
21 source=()
22 sha256sums=()
23else
24 source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
25 sha256sums=('SKIP')
26fi
27
28prepare() {
29 if [[ -n $_local_tree ]]; then
30 mkdir -p "$pkgname-$pkgver"
31 cp -a "$_local_tree"/{include,src,tests,xmake.lua,LICENSE,README.md} "$pkgname-$pkgver/"
32 fi
33}
34
35build() {
36 cd "$pkgname-$pkgver"
37 xmake config -y -P . -m release
38 xmake -y -P .
39}
40
41package() {
42 cd "$pkgname-$pkgver"
43 xmake install -y -P . --root --headers=n --libraries=n -o "$pkgdir/usr" aurpush
44 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
45}
46

Scan history

Scanned at (UTC)SeverityRules
2026-08-29 21:40:42 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion