George Hu pushed to branch main at Arch Linux / Packaging / Packages / libhx


Commits:
6dec2eee by George Hu at 2026-01-29T17:54:42+08:00
Format PKGBUILD

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -10,8 +10,7 @@ pkgrel=1
 pkgdesc='A library providing queue, tree, I/O and utility functions'
 arch=(x86_64)
 url="https://inai.de/projects/${pkgname}/";
-license=(GPL-3.0-only
-         LGPL-2.1-or-later)
+license=(GPL-3.0-only LGPL-2.1-or-later)
 depends=(glibc)
 source=(https://inai.de/files/${pkgname}/${_srcname}-${pkgver}.tar.{zst,asc})
 sha256sums=('ea87ca8f547ea39f9cfee7cd1ba4bd31639ebb12d02fa84dfc56c040afe0244f'
@@ -19,20 +18,20 @@ 
sha256sums=('ea87ca8f547ea39f9cfee7cd1ba4bd31639ebb12d02fa84dfc56c040afe0244f'
 validpgpkeys=('2BDA563E9DDE46AF71CC171DAEB6941A2F9C9944')
 
 prepare() {
-  cd "${_srcname}-${pkgver}/"
-  autoreconf -vi
+       cd "${_srcname}-${pkgver}/"
+       autoreconf -vi
 }
 
 build() {
-  cd "${_srcname}-${pkgver}/"
-  ./configure --prefix=/usr
-  make
+       cd "${_srcname}-${pkgver}/"
+       ./configure --prefix=/usr
+       make
 }
 
 check() {
-  make -C "${_srcname}-${pkgver}" check
+       make -C "${_srcname}-${pkgver}" check
 }
 
 package() {
-  DESTDIR="${pkgdir}" make -C "${_srcname}-${pkgver}" install
+       DESTDIR="${pkgdir}" make -C "${_srcname}-${pkgver}" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libhx/-/commit/6dec2eeea608ade462d01e1278e7c68cac7ca295

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libhx/-/commit/6dec2eeea608ade462d01e1278e7c68cac7ca295
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to