1 # Maintainer: Antonio Rojas <arojas@archlinux.org>
6 pkgdesc='Library to load and write XISF format from PixInsight'
7 url='https://gitea.nouspiro.space/nou/libXISF'
10 depends=(zlib lz4 pugixml)
12 source=($pkgname-$pkgver.tar.gz::https://gitea.nouspiro.space/nou/libXISF/archive/v$pkgver.tar.gz)
13 sha256sums=('5574d850afd158f949089bdeb9cf52b814023d77c798ed2f2030828b17f471fc')
16 cmake -B build -S $pkgname \
17 -DCMAKE_INSTALL_PREFIX=/usr \
18 -DUSE_BUNDLED_LIBS=OFF
23 DESTDIR="$pkgdir" cmake --install build