Files
euri-packages/packages/hal/PKGBUILD
T
c-ludenberg 79054efa85 hal: implement native --self upgrade with full backup handling
- Native upgrade: compare installed vs sync, resolve new deps,
  pre/post_upgrade scriptlets, .pacnew preservation
- .pacsave handling on native remove for modified config files
- Fix pre-existing syntax errors in info display (parenthesis mismatch)
- Bump pkgver to 0.2.0, pkgrel to 2
2026-06-23 01:35:58 +02:00

19 lines
527 B
Bash

# Maintainer: Celestia Ludenberg <ash8820@proton.me>
pkgname=hal
pkgver=0.2.0
pkgrel=2
pkgdesc="HAL 9000 — Antergos NeXT Package Manager. Dual-mode: wrapper (pacman) or native (standalone)."
arch=('any')
url="https://github.com/Antergos-NeXT"
license=('GPL3')
depends=('pacman' 'python' 'python-zstandard' 'libarchive' 'zstd')
optdepends=('python-requests: faster downloads in native mode')
source=("hal")
sha256sums=('SKIP')
package() {
install -dm755 "${pkgdir}/usr/bin"
install -m755 "hal" "${pkgdir}/usr/bin/hal"
}