You are not logged in.

#1 2024-07-20 02:44:09

qb114514
Member
Registered: 2024-07-20
Posts: 2

PKGBUILD review: upgradeall

Hello, I'm new to this and want review on my PKGBUILD of upgradeall script (URL above).
Thanks in advice.

# Maintainer: QB <GNUqb114514@outlook.com>
pkgname='upgradeall'
pkgdesc='A script for auto-upgrading all softwares.'
pkgver='0.1.0'
pkgrel='1'
url='https://github.com/GNUqb114514/upgradeall'
license=('LGPL-2.1-or-later')
source=("$url/archive/refs/tags/$pkgver.tar.gz")
md5sums=("SKIP")
arch=(any)
optdepends=('paru' 'flatpak')

package () {
	mkdir -p $pkgdir/usr/bin
	install $srcdir/$pkgname-$pkgver/upgradeall.sh $pkgdir/usr/bin/upgradeall
}

Last edited by qb114514 (2024-07-20 03:35:07)

Offline

#2 2024-07-20 10:17:46

gromit
Package Maintainer (PM)
From: Germany
Registered: 2024-02-10
Posts: 553
Website

Re: PKGBUILD review: upgradeall

I do not think that this fulfills the Rule about being useful to other people, since it could also be an alias in your shell's rc file:

Make sure the package you want to upload is useful. Will anyone else want to use this package? Is it extremely specialized? If more than a few people would find this package useful, it is appropriate for submission.

https://wiki.archlinux.org/title/AUR_su … submission allows

Last edited by gromit (2024-07-21 10:40:36)

Offline

#3 2024-07-20 19:31:42

yochananmarqos
Member
Registered: 2020-02-05
Posts: 209

Re: PKGBUILD review: upgradeall

There's no reason for the script to even exist let alone be submitted to the AUR when there are programs like topgrade (available in the AUR).

Offline

#4 2024-07-26 02:49:13

qb114514
Member
Registered: 2024-07-20
Posts: 2

Re: PKGBUILD review: upgradeall

Thanks.

Offline

Board footer

Powered by FluxBB