You are not logged in.
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
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
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
Thanks.
Offline